X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Bots%2FModManager.class.php;h=61ce790d970bb15335ac406a0f246875a4c85b9f;hp=4eac48c06bbd78ba379e40b624f3a0b773ff86f9;hb=316aa700bd3e2e0019b8e3f10b543b49b0f77f02;hpb=74fcc85514c9bd0a4a8dfbd909d9555a9f1ee5b8 diff --git a/Bots/ModManager.class.php b/Bots/ModManager.class.php index 4eac48c..61ce790 100644 --- a/Bots/ModManager.class.php +++ b/Bots/ModManager.class.php @@ -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"); }