diff options
Diffstat (limited to 'include/commands/cmd_trace.h')
-rw-r--r-- | include/commands/cmd_trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_trace.h b/include/commands/cmd_trace.h index 110bc7176..871d150fd 100644 --- a/include/commands/cmd_trace.h +++ b/include/commands/cmd_trace.h @@ -29,7 +29,7 @@ class CommandTrace : public Command public: /** Constructor for trace. */ - CommandTrace (InspIRCd* Instance) : Command(Instance,"TRACE","o",0) { syntax = "[<object>]"; } + CommandTrace (InspIRCd* Instance) : Command(Instance,NULL,"TRACE","o",0) { syntax = "[<object>]"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |