From c4d1135bf4d321dbed6ab3a94f87029e87f22a5d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 8 Dec 2024 10:58:12 +0800 Subject: USER: Don't allow reregistration --- numerics.go | 1 + 1 file changed, 1 insertion(+) (limited to 'numerics.go') diff --git a/numerics.go b/numerics.go index c8a351b..8877306 100644 --- a/numerics.go +++ b/numerics.go @@ -9,4 +9,5 @@ const ( ERR_INPUTTOOLONG = "417" ERR_NEEDMOREPARAMS = "461" ERR_NICKNAMEINUSE = "433" + ERR_ALREADYREGISTERED = "462" ) -- cgit v1.2.3