diff options
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 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" ) |