ONICK command to allow operators to change users' nicks

This commit is contained in:
Jeremy Latt 2014-03-17 12:11:35 -07:00
parent abf00e22ec
commit 8c44bb9ff3
5 changed files with 116 additions and 66 deletions

View file

@ -21,6 +21,7 @@ const (
NAMES StringCode = "NAMES"
NICK StringCode = "NICK"
NOTICE StringCode = "NOTICE"
ONICK StringCode = "ONICK"
OPER StringCode = "OPER"
PART StringCode = "PART"
PASS StringCode = "PASS"