Restrict idents as other servers do

This commit is contained in:
Daniel Oaks 2019-02-03 18:49:42 +10:00
parent 9f25a42c3d
commit 8cd5db1194
5 changed files with 49 additions and 4 deletions

View file

@ -143,6 +143,7 @@ const (
ERR_YOUREBANNEDCREEP = "465"
ERR_YOUWILLBEBANNED = "466"
ERR_KEYSET = "467"
ERR_INVALIDUSERNAME = "468"
ERR_CHANNELISFULL = "471"
ERR_UNKNOWNMODE = "472"
ERR_INVITEONLYCHAN = "473"