]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_squit.h
(Bigger than it looks, i did this with perl inplace edit) -- commands now take an...
[user/henk/code/inspircd.git] / include / commands / cmd_squit.h
index e8a63b4529340fc37dcd62868ab436f484f397cd..11da3d832df429fe16102bb10c27993bdfc5a9fe 100644 (file)
@@ -31,7 +31,7 @@
 class cmd_squit : public command_t
 {
  public:
-        cmd_squit () : command_t("SQUIT",'o',1) { }
+        cmd_squit (InspIRCd* Instance) : command_t(Instance,"SQUIT",'o',1) { syntax = "<servername> [<reason>]"; }
         void Handle(const char** parameters, int pcnt, userrec *user);
 };