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 bf6658b7a..494095e07 100644
--- a/include/commands/cmd_whois.h
+++ b/include/commands/cmd_whois.h
@@ -32,7 +32,7 @@ class CommandWhois : public Command
public:
/** Constructor for whois.
*/
- CommandWhois (InspIRCd* Instance) : Command(Instance,"WHOIS",0,1,false,2) { syntax = "<nick>{,<nick>}"; }
+ CommandWhois (InspIRCd* Instance) : Command(Instance,NULL,"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