mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
WHO: Require first param, matching other servers
This commit is contained in:
parent
bec050208d
commit
8036df92fc
2 changed files with 8 additions and 7 deletions
|
|
@ -285,7 +285,7 @@ var Commands = map[string]Command{
|
|||
},
|
||||
"WHO": {
|
||||
handler: whoHandler,
|
||||
minParams: 0,
|
||||
minParams: 1,
|
||||
},
|
||||
"WHOIS": {
|
||||
handler: whoisHandler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue