Another comment
This commit is contained in:
parent
13c63d554d
commit
4dcf2a1f51
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue
Block a user