]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_qline.h
Add Module* creator to Command and ModeHandler
[user/henk/code/inspircd.git] / include / commands / cmd_qline.h
index f36535cb175defa4cdcc36942fbb124e9d89992f..352ebddda020e4622d07344c5de02d9b3f3ee5be 100644 (file)
@@ -29,7 +29,7 @@ class CommandQline : public Command
  public:
        /** Constructor for qline.
         */
-       CommandQline (InspIRCd* Instance) : Command(Instance,"QLINE","o",1,3,false,0) { syntax = "<nick> [<duration> :<reason>]"; }
+       CommandQline (InspIRCd* Instance) : Command(Instance,NULL,"QLINE","o",1,3,false,0) { syntax = "<nick> [<duration> :<reason>]"; }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command