aboutsummaryrefslogtreecommitdiff
path: root/numerics.go
diff options
context:
space:
mode:
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"
)