summaryrefslogtreecommitdiff
path: root/include/commands/cmd_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_info.h')
-rw-r--r--include/commands/cmd_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_info.h b/include/commands/cmd_info.h
index 4c2cd1b50..85d7d4c84 100644
--- a/include/commands/cmd_info.h
+++ b/include/commands/cmd_info.h
@@ -29,7 +29,7 @@ class CommandInfo : public Command
public:
/** Constructor for info.
*/
- CommandInfo (InspIRCd* Instance) : Command(Instance,"INFO",0,0) { syntax = "[<servermask>]"; }
+ CommandInfo (InspIRCd* Instance) : Command(Instance,NULL,"INFO",0,0) { syntax = "[<servermask>]"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command