]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_userhost.h
Add Module* creator to Command and ModeHandler
[user/henk/code/inspircd.git] / include / commands / cmd_userhost.h
index 65d1cc334a2bf581085d8d56de508736ddfc3cc6..1ba15f5a81661d8ac1914896059fda08f6e961f3 100644 (file)
@@ -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