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