]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_links.h
Multi-prefix FJOIN, and allowing module-defined prefixes across the network
[user/henk/code/inspircd.git] / include / commands / cmd_links.h
index ef465fe370db32eb1ae458d5955a35de893331d4..284728aee13c2813d5b1bc96dba22c45507ddc3e 100644 (file)
@@ -31,7 +31,7 @@
 class cmd_links : public command_t
 {
  public:
-        cmd_links () : command_t("LINKS",0,0) { }
+        cmd_links (InspIRCd* Instance) : command_t(Instance,"LINKS",0,0) { }
         void Handle(const char** parameters, int pcnt, userrec *user);
 };