diff options
Diffstat (limited to 'include/commands/cmd_mode.h')
-rw-r--r-- | include/commands/cmd_mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_mode.h b/include/commands/cmd_mode.h index 3c6eda5f5..83ab00bba 100644 --- a/include/commands/cmd_mode.h +++ b/include/commands/cmd_mode.h @@ -28,7 +28,7 @@ class CommandMode : public Command public: /** Constructor for mode. */ - CommandMode (InspIRCd* Instance) : Command(Instance,"MODE",0,1) { syntax = "<target> <modes> {<mode-parameters>}"; } + CommandMode (InspIRCd* Instance) : Command(Instance,NULL,"MODE",0,1) { syntax = "<target> <modes> {<mode-parameters>}"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |