modes: Fix modes, re-add channel modes

This commit is contained in:
Daniel Oaks 2016-06-22 21:35:26 +10:00
parent 04442ddef1
commit e19c1527a4
3 changed files with 185 additions and 160 deletions

View file

@ -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"