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:
parent
b39be50b01
commit
e5fb155c2e
1
ircp.py
1
ircp.py
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user