summaryrefslogtreecommitdiff
path: root/include/commands/cmd_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands/cmd_commands.h')
-rw-r--r--include/commands/cmd_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_commands.h b/include/commands/cmd_commands.h
index dbc7a162c..13c5ee075 100644
--- a/include/commands/cmd_commands.h
+++ b/include/commands/cmd_commands.h
@@ -29,7 +29,7 @@ class CommandCommands : public Command
public:
/** Constructor for commands.
*/
- CommandCommands (InspIRCd* Instance) : Command(Instance,"COMMANDS",0,0) { }
+ CommandCommands (InspIRCd* Instance) : Command(Instance,NULL,"COMMANDS",0,0) { }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command