X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=Bots%2FJavaGod.class.php;h=11b04e60277d4bcf079adcf3fa5065ee7d91df48;hb=9a22335174615d1aeda038cec4cf56c8952bc338;hp=7d72cce361cf26afa73d2031f1674857b19edb3e;hpb=d488efea5a91f1d1cb1cebadf7936e6c7076e9e2;p=PHP-P10.git diff --git a/Bots/JavaGod.class.php b/Bots/JavaGod.class.php index 7d72cce..11b04e6 100644 --- a/Bots/JavaGod.class.php +++ b/Bots/JavaGod.class.php @@ -40,6 +40,7 @@ class {$_NAME} extends Bot { if(is_a($this->bot, "P10_User")) { $this->uplink->join($this->bot, "#java", (P10_Channel::USERPRIV_OPED | P10_Channel::USERPRIV_VOICE)); $this->uplink->join($this->bot, "#dev", P10_Channel::USERPRIV_VOICE); + $this->uplink->join($this->bot, "#CoderCom", P10_Channel::USERPRIV_VOICE); } } else { $this->bot = $old;