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