]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_squit.h
Add Module* creator to Command and ModeHandler
[user/henk/code/inspircd.git] / include / commands / cmd_squit.h
index b9b9c0188dda149a47af9dda0187e73e836a028e..6090831beb6ee4473957aaf9cd1829a3f5efdb21 100644 (file)
@@ -32,7 +32,7 @@ class CommandSquit : public Command
  public:
        /** Constructor for squit.
         */
-       CommandSquit (InspIRCd* Instance) : Command(Instance,"SQUIT","o",1) { syntax = "<servername> [<reason>]"; }
+       CommandSquit (InspIRCd* Instance) : Command(Instance,NULL,"SQUIT","o",1) { syntax = "<servername> [<reason>]"; }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command