X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=Bots%2FCGod.class.php;fp=Bots%2FCGod.class.php;h=bbf68460d41b677cbb5fe73b0bb1c653426bf62b;hp=cac602841289ca31d4688659b70dd17fed161550;hb=4d50394706e715ed74a7f25d3c1800817d14ec8a;hpb=f52b0ba53718b1e7354d4ca894d0aeeff5342b16 diff --git a/Bots/CGod.class.php b/Bots/CGod.class.php index cac6028..bbf6846 100644 --- a/Bots/CGod.class.php +++ b/Bots/CGod.class.php @@ -40,6 +40,7 @@ class {$_NAME} extends Bot { if(is_a($this->c, "P10_User")) { $this->uplink->join($this->c, "#c", (P10_Channel::USERPRIV_OPED | P10_Channel::USERPRIV_VOICE)); $this->uplink->join($this->c, "#dev", P10_Channel::USERPRIV_VOICE); + $this->uplink->join($this->c, "#CoderCom", P10_Channel::USERPRIV_VOICE); } } else { $this->c = $old;