summaryrefslogtreecommitdiff
path: root/plugins/Irc/extlib
diff options
context:
space:
mode:
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>2010-07-23 13:57:39 -0700
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>2010-07-23 13:57:39 -0700
commit4dcf2a1f51311bc8c5c1acee80a23af220e0f405 (patch)
tree645c2e1a3c795dd3cff2caf505472f6cda0fe873 /plugins/Irc/extlib
parent13c63d554db10dff1d9b2687211fa5b098930f2c (diff)
Another comment
Diffstat (limited to 'plugins/Irc/extlib')
-rw-r--r--plugins/Irc/extlib/phergie/Phergie/Plugin/Statusnet.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Irc/extlib/phergie/Phergie/Plugin/Statusnet.php b/plugins/Irc/extlib/phergie/Phergie/Plugin/Statusnet.php
index 937a3fbe8..459fe1312 100644
--- a/plugins/Irc/extlib/phergie/Phergie/Plugin/Statusnet.php
+++ b/plugins/Irc/extlib/phergie/Phergie/Plugin/Statusnet.php
@@ -85,6 +85,11 @@ class Phergie_Plugin_Statusnet extends Phergie_Plugin_Abstract {
}
}
+ /**
+ * Catches the response from NickServ
+ *
+ * @return void
+ */
public function onNotice() {
$event = $this->getEvent();
if ($event->getNick() == 'NickServ') {