forked from External/ergo
Basic implementation of LUSERS command
This commit is contained in:
parent
2de273462b
commit
4797331962
4 changed files with 49 additions and 0 deletions
|
|
@ -116,6 +116,10 @@ var Commands = map[string]Command{
|
|||
handler: listHandler,
|
||||
minParams: 0,
|
||||
},
|
||||
"LUSERS": {
|
||||
handler: lusersHandler,
|
||||
minParams: 0,
|
||||
},
|
||||
"MODE": {
|
||||
handler: modeHandler,
|
||||
minParams: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue