diff options
author | Runxi Yu <me@runxiyu.org> | 2024-12-08 09:49:40 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-12-08 09:49:40 +0800 |
commit | 112722f1c8de842f6c8b672ea73b3cae182274ba (patch) | |
tree | 41cc23dc14b36c3c53b1dbb18cad7d334e9758af /numerics.go | |
parent | Primitive client states (diff) | |
download | meseircd-112722f1c8de842f6c8b672ea73b3cae182274ba.tar.gz meseircd-112722f1c8de842f6c8b672ea73b3cae182274ba.tar.zst meseircd-112722f1c8de842f6c8b672ea73b3cae182274ba.zip |
Primitive nick registration
Diffstat (limited to 'numerics.go')
-rw-r--r-- | numerics.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numerics.go b/numerics.go index ec3a09f..4af93dd 100644 --- a/numerics.go +++ b/numerics.go @@ -4,4 +4,5 @@ const ( ERR_UNKNOWNCOMMAND = "421" ERR_INPUTTOOLONG = "417" ERR_NEEDMOREPARAMS = "461" + ERR_NICKNAMEINUSE = "433" ) |