1
0
Fork 0
forked from External/ergo

names command

This commit is contained in:
Jeremy Latt 2014-02-17 21:02:03 -08:00
parent 046723a709
commit b17e62d0b0
4 changed files with 41 additions and 3 deletions

View file

@ -42,6 +42,7 @@ const (
LIST StringCode = "LIST"
MODE StringCode = "MODE"
MOTD StringCode = "MOTD"
NAMES StringCode = "NAMES"
NICK StringCode = "NICK"
NOTICE StringCode = "NOTICE"
OPER StringCode = "OPER"