mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
Fix chkNS on recent hybrid
Sincee66f61f8a0
(which is itself a fix for79c4eb8d75
), Hybrid sends this numeric right after the MOTD
This commit is contained in:
@ -372,6 +372,8 @@ class BaseServicesController(_BaseController):
|
||||
pass
|
||||
elif msg.command in ("MODE", "221"): # RPL_UMODEIS
|
||||
pass
|
||||
elif msg.command == "396": # RPL_VISIBLEHOST
|
||||
pass
|
||||
elif msg.command == "NOTICE":
|
||||
assert msg.prefix is not None
|
||||
if "!" not in msg.prefix and "." in msg.prefix:
|
||||
|
Reference in New Issue
Block a user