diff --git a/src/infrastructure/daemon/irc/handler/PhabricatorIRCProtocolHandler.php b/src/infrastructure/daemon/irc/handler/PhabricatorIRCProtocolHandler.php index daf2958a68..383bccab0f 100644 --- a/src/infrastructure/daemon/irc/handler/PhabricatorIRCProtocolHandler.php +++ b/src/infrastructure/daemon/irc/handler/PhabricatorIRCProtocolHandler.php @@ -25,6 +25,7 @@ final class PhabricatorIRCProtocolHandler extends PhabricatorIRCHandler { public function receiveMessage(PhabricatorIRCMessage $message) { switch ($message->getCommand()) { + case '422': // Error - no MOTD case '376': // End of MOTD $join = $this->getConfig('join'); if (!$join) {