forked from GNUsocial/gnu-social
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() {
|
public function onNotice() {
|
||||||
$event = $this->getEvent();
|
$event = $this->getEvent();
|
||||||
if ($event->getNick() == 'NickServ') {
|
if ($event->getNick() == 'NickServ') {
|
||||||
|
Loading…
Reference in New Issue
Block a user