]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Irc/ircmanager.php
Rename Phergie_ExtendedBot to Phergie_StatusnetBot
[quix0rs-gnu-social.git] / plugins / Irc / ircmanager.php
index c885064916c4532d65e7d2972876e3c6c5bbd4e8..ea98263a539c5ac31811da9ce2f920514a8107ce 100644 (file)
@@ -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;