summaryrefslogtreecommitdiff
path: root/plugins/Irc/extlib
diff options
context:
space:
mode:
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>2010-07-21 07:33:43 -0700
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>2010-07-21 07:33:43 -0700
commit2e9da023c04d826628063b36553a764126970599 (patch)
treecff0ddfa76be4593e06a50048d693fc86ee49742 /plugins/Irc/extlib
parentaf5ecb88b153c44ab5dbb263edf58a8914a6ca17 (diff)
Rename Phergie_ExtendedBot to Phergie_StatusnetBot
Diffstat (limited to 'plugins/Irc/extlib')
-rw-r--r--plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php2
-rw-r--r--plugins/Irc/extlib/phergie/Phergie/StatusnetBot.php (renamed from plugins/Irc/extlib/phergie/Phergie/ExtendedBot.php)4
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php b/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php
index 672e6f610..9369c2c1e 100644
--- a/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php
+++ b/plugins/Irc/extlib/phergie/Phergie/Process/Statusnet.php
@@ -27,7 +27,7 @@
*/
class Phergie_Process_Statusnet extends Phergie_Process_Async {
- public function __construct(Phergie_ExtendedBot $bot, array $options) {
+ public function __construct(Phergie_StatusnetBot $bot, array $options) {
$this->usec = 0;
Phergie_Process_Abstract::__construct($bot, $options);
}
diff --git a/plugins/Irc/extlib/phergie/Phergie/ExtendedBot.php b/plugins/Irc/extlib/phergie/Phergie/StatusnetBot.php
index 113bb8b51..ba41f26db 100644
--- a/plugins/Irc/extlib/phergie/Phergie/ExtendedBot.php
+++ b/plugins/Irc/extlib/phergie/Phergie/StatusnetBot.php
@@ -19,13 +19,13 @@
* sockets and to allow StatusNet to 'drive' the bot
*
* @category Phergie
- * @package Phergie_Extended_Bot
+ * @package Phergie_StatusnetBot
* @author Luke Fitzgerald <lw.fitzgerald@googlemail.com>
* @copyright 2010 StatusNet, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
* @link http://status.net/
*/
-class Phergie_ExtendedBot extends Phergie_Bot {
+class Phergie_StatusnetBot extends Phergie_Bot {
/**
* Set up bot and connect to servers
*