]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_quit.c
Allow for capabilities to be marked as "required".
[irc/rqf/shadowircd.git] / modules / core / m_quit.c
index 014d472bc2629c4909ea08daedf62d05c0c32c6e..bc77f09516245f841ff6aeb4ab72323c630ce2f1 100644 (file)
@@ -34,6 +34,7 @@
 #include "parse.h"
 #include "modules.h"
 #include "s_conf.h"
+#include "inline/stringops.h"
 
 static int m_quit(struct Client *, struct Client *, int, const char **);
 static int ms_quit(struct Client *, struct Client *, int, const char **);
@@ -49,7 +50,6 @@ DECLARE_MODULE_AV1(quit, NULL, NULL, quit_clist, NULL, NULL, "$Revision: 1333 $"
 
 /*
 ** m_quit
-**      parv[0] = sender prefix
 **      parv[1] = comment
 */
 static int
@@ -86,7 +86,6 @@ m_quit(struct Client *client_p, struct Client *source_p, int parc, const char *p
 
 /*
 ** ms_quit
-**      parv[0] = sender prefix
 **      parv[1] = comment
 */
 static int