Fix chkNS on recent hybrid

Since e66f61f8a0
(which is itself a fix for 79c4eb8d75),
Hybrid sends this numeric right after the MOTD
This commit is contained in:
Valentin Lorentz 2024-03-17 10:12:55 +01:00
parent 03b6fbbfc2
commit e6d54db9ce

View File

@ -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: