mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-23 19:41:58 -08:00
ONICK command to allow operators to change users' nicks
This commit is contained in:
parent
abf00e22ec
commit
8c44bb9ff3
5 changed files with 116 additions and 66 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue