From 112722f1c8de842f6c8b672ea73b3cae182274ba Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 8 Dec 2024 09:49:40 +0800 Subject: Primitive nick registration --- numerics.go | 1 + 1 file changed, 1 insertion(+) (limited to 'numerics.go') 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" ) -- cgit v1.2.3