]> jfr.im git - solanum.git/blobdiff - modules/m_snote.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_snote.c
index 74f51a71325f3d37c13f5f3908bef587d1987499..b8f7d7396f2aae5a3a494b48a4825177b3e364f2 100644 (file)
 #include "parse.h"
 #include "modules.h"
 
-static int me_snote(struct Client *, struct Client *, int, const char **);
+static int me_snote(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message snote_msgtab = {
-       "SNOTE", 0, 0, 0, MFLG_SLOW,
+       "SNOTE", 0, 0, 0, 0,
        {mg_ignore, mg_not_oper, mg_ignore, mg_ignore, {me_snote, 3}, mg_ignore}
 };
 
@@ -66,7 +66,7 @@ DECLARE_MODULE_AV1(snote, NULL, NULL, snote_clist, NULL, NULL, "$Revision: 623 $
  *     parv[2] = message
  */
 static int
-me_snote(struct Client *client_p, struct Client *source_p, int parc, 
+me_snote(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc,
        const char *parv[])
 {
        /* if there's more than just two params, this is a protocol