diff options
Diffstat (limited to 'include/commands/cmd_modules.h')
-rw-r--r-- | include/commands/cmd_modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_modules.h b/include/commands/cmd_modules.h index eb79f705f..18dc76cac 100644 --- a/include/commands/cmd_modules.h +++ b/include/commands/cmd_modules.h @@ -29,7 +29,7 @@ class CommandModules : public Command public: /** Constructor for modules. */ - CommandModules (InspIRCd* Instance) : Command(Instance,"MODULES",0,0) { syntax = "[debug]"; } + CommandModules (InspIRCd* Instance) : Command(Instance,NULL,"MODULES",0,0) { syntax = "[debug]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |