diff options
Diffstat (limited to 'include/commands/cmd_lusers.h')
-rw-r--r-- | include/commands/cmd_lusers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_lusers.h b/include/commands/cmd_lusers.h index eab09b1a5..2c5d3d454 100644 --- a/include/commands/cmd_lusers.h +++ b/include/commands/cmd_lusers.h @@ -29,7 +29,7 @@ class CommandLusers : public Command public: /** Constructor for lusers. */ - CommandLusers (InspIRCd* Instance) : Command(Instance,"LUSERS",0,0) { } + CommandLusers (InspIRCd* Instance) : Command(Instance,NULL,"LUSERS",0,0) { } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command |