]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_die.h
Multi-prefix FJOIN, and allowing module-defined prefixes across the network
[user/henk/code/inspircd.git] / include / commands / cmd_die.h
index ef4555670349b22047180c71ca7a10621722de5a..cd05c480eb6a830d5d95188406370595c9c3f7c8 100644 (file)
@@ -31,7 +31,7 @@
 class cmd_die : public command_t
 {
  public:
-        cmd_die () : command_t("DIE",'o',1) { syntax = "<password>"; }
+        cmd_die (InspIRCd* Instance) : command_t(Instance,"DIE",'o',1) { syntax = "<password>"; }
         void Handle(const char** parameters, int pcnt, userrec *user);
 };