]> jfr.im git - solanum.git/blobdiff - modules/m_lusers.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_lusers.c
index bc18fe2a342ffbfed94fc352a75979864f4b95e5..f7d593670fa92a77e203375f7384647f6881242d 100644 (file)
 #include "parse.h"
 #include "modules.h"
 
-static int m_lusers(struct Client *, struct Client *, int, const char **);
-static int ms_lusers(struct Client *, struct Client *, int, const char **);
+static int m_lusers(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
+static int ms_lusers(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message lusers_msgtab = {
-       "LUSERS", 0, 0, 0, MFLG_SLOW,
+       "LUSERS", 0, 0, 0, 0,
        {mg_unreg, {m_lusers, 0}, {ms_lusers, 0}, mg_ignore, mg_ignore, {ms_lusers, 0}}
 };
 
@@ -56,7 +56,7 @@ DECLARE_MODULE_AV1(lusers, NULL, NULL, lusers_clist, NULL, NULL, "$Revision: 254
  * to cause a force
  */
 static int
-m_lusers(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
+m_lusers(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
 {
        static time_t last_used = 0;
 
@@ -91,7 +91,7 @@ m_lusers(struct Client *client_p, struct Client *source_p, int parc, const char
  * to cause a force
  */
 static int
-ms_lusers(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
+ms_lusers(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
 {
        if(parc > 2)
        {