added #CoderCom channel to all debugger bots
[PHP-P10.git] / Bots / CGod.class.php
index cac602841289ca31d4688659b70dd17fed161550..bbf68460d41b677cbb5fe73b0bb1c653426bf62b 100644 (file)
@@ -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;