]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_info.h
Add Module* creator to Command and ModeHandler
[user/henk/code/inspircd.git] / include / commands / cmd_info.h
index 4c2cd1b5065682b77033b1a9822ab2f2fcc6f92f..85d7d4c84f0851d5a7ca9f76bfc02b65bf04121f 100644 (file)
@@ -29,7 +29,7 @@ class CommandInfo : public Command
  public:
        /** Constructor for info.
         */
-       CommandInfo (InspIRCd* Instance) : Command(Instance,"INFO",0,0) { syntax = "[<servermask>]"; }
+       CommandInfo (InspIRCd* Instance) : Command(Instance,NULL,"INFO",0,0) { syntax = "[<servermask>]"; }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command