blob: 8877306727872c3ee29cfd93bf42453325c031a8 (
plain) (
tree)
|
|
package main
const (
RPL_WELCOME = "001"
)
const (
ERR_UNKNOWNCOMMAND = "421"
ERR_INPUTTOOLONG = "417"
ERR_NEEDMOREPARAMS = "461"
ERR_NICKNAMEINUSE = "433"
ERR_ALREADYREGISTERED = "462"
)
|