X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=Bots%2FCGod.class.php;h=bbf68460d41b677cbb5fe73b0bb1c653426bf62b;hb=9a22335174615d1aeda038cec4cf56c8952bc338;hp=cac602841289ca31d4688659b70dd17fed161550;hpb=1023ce8e8beb8eba00e8d7206fd71b4a589c24c9;p=PHP-P10.git 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;