1
0
Fork 0
forked from External/ergo

list command

This commit is contained in:
Jeremy Latt 2014-02-16 23:51:27 -08:00
parent a9d7f64693
commit f0fc3b492c
4 changed files with 59 additions and 0 deletions

View file

@ -31,6 +31,7 @@ const (
ISON StringCode = "ISON"
JOIN StringCode = "JOIN"
KICK StringCode = "KICK"
LIST StringCode = "LIST"
MODE StringCode = "MODE"
MOTD StringCode = "MOTD"
NICK StringCode = "NICK"