mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-28 17:58:15 -07:00
WHO: Require first param, matching other servers
This commit is contained in:
+1
-1
@@ -285,7 +285,7 @@ var Commands = map[string]Command{
|
||||
},
|
||||
"WHO": {
|
||||
handler: whoHandler,
|
||||
minParams: 0,
|
||||
minParams: 1,
|
||||
},
|
||||
"WHOIS": {
|
||||
handler: whoisHandler,
|
||||
|
||||
Reference in New Issue
Block a user