diff options
Diffstat (limited to 'include/commands/cmd_ison.h')
-rw-r--r-- | include/commands/cmd_ison.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_ison.h b/include/commands/cmd_ison.h index 46810665e..93f3356d8 100644 --- a/include/commands/cmd_ison.h +++ b/include/commands/cmd_ison.h @@ -29,7 +29,7 @@ class CommandIson : public Command public: /** Constructor for ison. */ - CommandIson (InspIRCd* Instance) : Command(Instance,"ISON",0,0) { syntax = "<nick> {nick}"; } + CommandIson (InspIRCd* Instance) : Command(Instance,NULL,"ISON",0,0) { syntax = "<nick> {nick}"; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |