1
mirror of git://git.acid.vegas/IRCP.git synced 2024-11-22 16:06:41 +00:00

Catch 451 (ERR_NOTREGISTERED) numeric (do we need to raise an exception for this one?)

This commit is contained in:
Dionysus 2023-05-30 03:41:32 -04:00
parent b39be50b01
commit e5fb155c2e
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -113,6 +113,7 @@ snapshot = {
'520' : None, # ERR_OPERONLY
# bad server numerics
'451' : None, # ERR_NOTREGISTERED (TODO: Do we need to raise an exception for this numeric?
'464' : None, # ERR_PASSWDMISMATCH
'465' : None, # ERR_YOUREBANNEDCREEP
'466' : None, # ERR_YOUWILLBEBANNED