mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
Implement nick changing.
This commit is contained in:
parent
99364e8b5f
commit
e7734f572b
4 changed files with 34 additions and 6 deletions
|
|
@ -11,7 +11,8 @@ const (
|
|||
RPL_CREATED = "003"
|
||||
RPL_MYINFO = "004"
|
||||
RPL_UMODEIS = "221"
|
||||
RPL_NONE = "300"
|
||||
RPL_INFO = "371"
|
||||
RPL_NICK = "NICK"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue