diff options
Diffstat (limited to 'plugins/Irc/ircmanager.php')
-rw-r--r-- | plugins/Irc/ircmanager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Irc/ircmanager.php b/plugins/Irc/ircmanager.php index c88506491..ea98263a5 100644 --- a/plugins/Irc/ircmanager.php +++ b/plugins/Irc/ircmanager.php @@ -81,7 +81,7 @@ class IrcManager extends ImManager { */ public function connect() { if (!$this->conn) { - $this->conn = new Phergie_ExtendedBot; + $this->conn = new Phergie_StatusnetBot; $port = empty($this->plugin->port) ? 6667 : $this->plugin->port; $password = empty($this->plugin->password) ? '' : $this->plugin->password; |