X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=Bots%2FPHPGod.class.php;h=206bfe0200d850b6e06e73785cdbbb7f713022a4;hb=4d50394706e715ed74a7f25d3c1800817d14ec8a;hp=b449bacdfa0918ad7dcb5b6d551d530be1382925;hpb=1023ce8e8beb8eba00e8d7206fd71b4a589c24c9;p=PHP-P10.git diff --git a/Bots/PHPGod.class.php b/Bots/PHPGod.class.php index b449bac..206bfe0 100644 --- a/Bots/PHPGod.class.php +++ b/Bots/PHPGod.class.php @@ -40,6 +40,7 @@ class {$_NAME} extends Bot { if(is_a($this->php, "P10_User")) { $this->uplink->join($this->php, "#php", (P10_Channel::USERPRIV_OPED | P10_Channel::USERPRIV_VOICE)); $this->uplink->join($this->php, "#dev", P10_Channel::USERPRIV_VOICE); + $this->uplink->join($this->php, "#CoderCom", P10_Channel::USERPRIV_VOICE); } } else { $this->php = $old;