Only attempt callback if non-null
This commit is contained in:
parent
4cfe04a68f
commit
2250273942
@ -84,6 +84,7 @@ class Phergie_Plugin_Statusnet extends Phergie_Plugin_Abstract {
|
||||
* @return void
|
||||
*/
|
||||
public function onNotice() {
|
||||
if ($this->regCallback !== NULL) {
|
||||
$event = $this->getEvent();
|
||||
if ($event->getNick() == 'NickServ') {
|
||||
$message = $event->getArgument(1);
|
||||
@ -96,4 +97,5 @@ class Phergie_Plugin_Statusnet extends Phergie_Plugin_Abstract {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user