Implement nick changing.

This commit is contained in:
Jeremy Latt 2012-04-17 21:13:12 -07:00
parent 99364e8b5f
commit e7734f572b
4 changed files with 34 additions and 6 deletions

View file

@ -11,7 +11,8 @@ const (
RPL_CREATED = "003"
RPL_MYINFO = "004"
RPL_UMODEIS = "221"
RPL_NONE = "300"
RPL_INFO = "371"
RPL_NICK = "NICK"
)
const (