mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
modes: Fix modes, re-add channel modes
This commit is contained in:
parent
04442ddef1
commit
e19c1527a4
3 changed files with 185 additions and 160 deletions
|
|
@ -60,6 +60,7 @@ const (
|
|||
RPL_LISTEND = "323"
|
||||
RPL_CHANNELMODEIS = "324"
|
||||
RPL_UNIQOPIS = "325"
|
||||
RPL_CREATIONTIME = "329"
|
||||
RPL_NOTOPIC = "331"
|
||||
RPL_TOPIC = "332"
|
||||
RPL_INVITING = "341"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue