aboutsummaryrefslogblamecommitdiff
path: root/numerics.go
blob: c8a351bcb9410e8096219d8aa8e775192d18301c (plain) (tree)
1
2
3
4
5
6
7
8
9
10


            



                           


                                  
                                  
 
package main

const (
	RPL_WELCOME = "001"
)

const (
	ERR_UNKNOWNCOMMAND = "421"
	ERR_INPUTTOOLONG   = "417"
	ERR_NEEDMOREPARAMS = "461"
	ERR_NICKNAMEINUSE  = "433"
)