summaryrefslogtreecommitdiff
path: root/include/commands/cmd_whois.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_whois.h')
-rw-r--r--include/commands/cmd_whois.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_whois.h b/include/commands/cmd_whois.h
index b83fe8e5f..bf105c020 100644
--- a/include/commands/cmd_whois.h
+++ b/include/commands/cmd_whois.h
@@ -32,7 +32,7 @@ class cmd_whois : public Command
public:
/** Constructor for whois.
*/
- cmd_whois (InspIRCd* Instance) : Command(Instance,"WHOIS",0,1) { syntax = "<nick>{,<nick>}"; }
+ cmd_whois (InspIRCd* Instance) : Command(Instance,"WHOIS",0,1,false,2) { syntax = "<nick>{,<nick>}"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command