]> 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 1a3bd355d6c9f367669e2216c9a9e6a584c63668..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}}
 };
 
@@ -51,12 +51,12 @@ DECLARE_MODULE_AV1(lusers, NULL, NULL, lusers_clist, NULL, NULL, "$Revision: 254
  * m_lusers - LUSERS message handler
  * parv[1] = host/server mask.
  * parv[2] = server to query
- * 
+ *
  * 199970918 JRL hacked to ignore parv[1] completely and require parc > 3
  * 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;
 
@@ -86,12 +86,12 @@ m_lusers(struct Client *client_p, struct Client *source_p, int parc, const char
  * ms_lusers - LUSERS message handler for servers and opers
  * parv[1] = host/server mask.
  * parv[2] = server to query
- * 
+ *
  * 199970918 JRL hacked to ignore parv[1] completely and require parc > 3
  * 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)
        {