X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/9f6bbe3cf9c786c5089bfd605315aed5268e8974..f5e7f3182bde769e585d5b269d9639de111ec862:/modules/core/m_quit.c diff --git a/modules/core/m_quit.c b/modules/core/m_quit.c index c60214d..bc77f09 100644 --- a/modules/core/m_quit.c +++ b/modules/core/m_quit.c @@ -34,7 +34,7 @@ #include "parse.h" #include "modules.h" #include "s_conf.h" -#include "sprintf_irc.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 **); @@ -50,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 @@ -87,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