]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_unloadmodule.h
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
[user/henk/code/inspircd.git] / include / commands / cmd_unloadmodule.h
index 05c5c32d64c380d90c795fb41ffccfe70820bf22..22246452522e87e730d614a5e79923e51a331be7 100644 (file)
@@ -31,7 +31,7 @@
 class cmd_unloadmodule : public command_t
 {
  public:
-        cmd_unloadmodule () : command_t("UNLOADMODULE",'o',1) { syntax = "<modulename>"; }
+        cmd_unloadmodule (InspIRCd* Instance) : command_t(Instance,"UNLOADMODULE",'o',1) { syntax = "<modulename>"; }
         void Handle(const char** parameters, int pcnt, userrec *user);
 };