mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
committed by
Neil Lathwood
parent
111d967e7d
commit
ec12273aa7
2
irc.php
2
irc.php
@ -273,7 +273,7 @@ class ircbot {
|
||||
return $this->irc_raw('PONG '.$ex[1]);
|
||||
}
|
||||
|
||||
if ($ex[1] == 376 || ($ex[1] == 'MODE' && $ex[2] == $this->nick)) {
|
||||
if ($ex[1] == 376 || $ex[1] == 422 || ($ex[1] == 'MODE' && $ex[2] == $this->nick)) {
|
||||
if ($this->j == 2) {
|
||||
$this->joinChan();
|
||||
$this->j = 0;
|
||||
|
Reference in New Issue
Block a user