finished first "alpha" version of PHP-P10 v2
[PHP-P10.git] / Bots / ModManager.class.php
index 4eac48c06bbd78ba379e40b624f3a0b773ff86f9..61ce790d970bb15335ac406a0f246875a4c85b9f 100644 (file)
@@ -48,7 +48,7 @@ class {$_NAME} extends Bot {
                        $this->modman = $old;
                }
                
-               ModCMD::bind($this, BIND_PRIVMSG, "recive_privmsg");
+               ModCMD::bind($this, BIND_CHANMSG, "recive_privmsg");
                ModCMD::bind($this, BIND_QUIT, "recive_quit");
        }