diff options
Diffstat (limited to 'include/commands/cmd_rules.h')
-rw-r--r-- | include/commands/cmd_rules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_rules.h b/include/commands/cmd_rules.h index 533ee2a37..f0d6a395f 100644 --- a/include/commands/cmd_rules.h +++ b/include/commands/cmd_rules.h @@ -32,7 +32,7 @@ class CommandRules : public Command public: /** Constructor for rules. */ - CommandRules (InspIRCd* Instance) : Command(Instance,"RULES",0,0) { syntax = "[<servername>]"; } + CommandRules (InspIRCd* Instance) : Command(Instance,NULL,"RULES",0,0) { syntax = "[<servername>]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |