aboutsummaryrefslogtreecommitdiff
path: root/numerics.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-12-08 09:49:40 +0800
committerRunxi Yu <me@runxiyu.org>2024-12-08 09:49:40 +0800
commit112722f1c8de842f6c8b672ea73b3cae182274ba (patch)
tree41cc23dc14b36c3c53b1dbb18cad7d334e9758af /numerics.go
parentPrimitive client states (diff)
downloadmeseircd-112722f1c8de842f6c8b672ea73b3cae182274ba.tar.gz
meseircd-112722f1c8de842f6c8b672ea73b3cae182274ba.tar.zst
meseircd-112722f1c8de842f6c8b672ea73b3cae182274ba.zip
Primitive nick registration
Diffstat (limited to 'numerics.go')
-rw-r--r--numerics.go1
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"
)