added #CoderCom channel to all debugger bots
[PHP-P10.git] / Bots / JavaGod.class.php
index 7d72cce361cf26afa73d2031f1674857b19edb3e..11b04e60277d4bcf079adcf3fa5065ee7d91df48 100644 (file)
@@ -40,6 +40,7 @@ class {$_NAME} extends Bot {
                        if(is_a($this->bot, "P10_User")) {
                                $this->uplink->join($this->bot, "#java", (P10_Channel::USERPRIV_OPED | P10_Channel::USERPRIV_VOICE));
                                $this->uplink->join($this->bot, "#dev", P10_Channel::USERPRIV_VOICE);
+                $this->uplink->join($this->bot, "#CoderCom", P10_Channel::USERPRIV_VOICE);
                        }
                } else {
                        $this->bot = $old;