aboutsummaryrefslogtreecommitdiff
path: root/numerics.go
diff options
context:
space:
mode:
Diffstat (limited to 'numerics.go')
-rw-r--r--numerics.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/numerics.go b/numerics.go
index 8877306..fceae22 100644
--- a/numerics.go
+++ b/numerics.go
@@ -5,9 +5,9 @@ const (
)
const (
- ERR_UNKNOWNCOMMAND = "421"
- ERR_INPUTTOOLONG = "417"
- ERR_NEEDMOREPARAMS = "461"
- ERR_NICKNAMEINUSE = "433"
+ ERR_UNKNOWNCOMMAND = "421"
+ ERR_INPUTTOOLONG = "417"
+ ERR_NEEDMOREPARAMS = "461"
+ ERR_NICKNAMEINUSE = "433"
ERR_ALREADYREGISTERED = "462"
)