add ERR_NOSUCHNICK

This commit is contained in:
jesopo 2020-06-05 13:09:13 +01:00
parent bd3fd12a84
commit 274b76ba56
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RPL_MOTDSTART = "375"
RPL_UMODEIS = "221"
RPL_VISIBLEHOST = "396"
RPL_TRYAGAIN = "263"
ERR_NOSUCHNICK = "401"
RPL_CHANNELMODEIS = "324"
RPL_CREATIONTIME = "329"