1
0
Fork 0
forked from External/ergo

WHO: Require first param, matching other servers

This commit is contained in:
Daniel Oaks 2017-11-19 10:10:10 +10:00
parent bec050208d
commit 8036df92fc
2 changed files with 8 additions and 7 deletions

View file

@ -285,7 +285,7 @@ var Commands = map[string]Command{
},
"WHO": {
handler: whoHandler,
minParams: 0,
minParams: 1,
},
"WHOIS": {
handler: whoisHandler,