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