]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_rules.cpp
Merge remote/local MODULES output
[user/henk/code/inspircd.git] / src / commands / cmd_rules.cpp
index b5b5fbc1526352f97760260619e1a016fb475bfc..3cc5c15f4500ee9204a005888978066cc385424c 100644 (file)
@@ -34,7 +34,7 @@ class CommandRules : public Command
  public:
        /** Constructor for rules.
         */
-       CommandRules (InspIRCd* Instance, Module* parent) : Command(Instance,parent,"RULES",0,0) { syntax = "[<servername>]"; }
+       CommandRules ( Module* parent) : Command(parent,"RULES",0,0) { syntax = "[<servername>]"; }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command