Basic implementation of LUSERS command

This commit is contained in:
vegax87 2017-01-15 01:48:47 +01:00
parent 2de273462b
commit 4797331962
4 changed files with 49 additions and 0 deletions

View file

@ -116,6 +116,10 @@ var Commands = map[string]Command{
handler: listHandler,
minParams: 0,
},
"LUSERS": {
handler: lusersHandler,
minParams: 0,
},
"MODE": {
handler: modeHandler,
minParams: 1,