Another comment

This commit is contained in:
Luke Fitzgerald 2010-07-23 13:57:39 -07:00
parent 13c63d554d
commit 4dcf2a1f51

View File

@ -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') {