]> jfr.im git - solanum.git/blobdiff - extensions/m_opme.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / extensions / m_opme.c
index 31ee67f8d97b7bc828d17beb863fbe3dbf957442..1b0d3a650a05af483831d64286c9347f7cb298ff 100644 (file)
 #include "modules.h"
 #include "s_conf.h"
 #include "s_newconf.h"
+#include "messages.h"
 
-static int mo_opme(struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);
+static int mo_opme(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);
 
 struct Message opme_msgtab = {
-       "OPME", 0, 0, 0, MFLG_SLOW,
+       "OPME", 0, 0, 0, 0,
        {mg_unreg, mg_not_oper, mg_ignore, mg_ignore, mg_ignore, {mo_opme, 2}}
 };
 
@@ -52,7 +53,7 @@ DECLARE_MODULE_AV1(opme, NULL, NULL, opme_clist, NULL, NULL, "$Revision: 3554 $"
 **      parv[1] = channel
 */
 static int
-mo_opme(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
+mo_opme(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
 {
        struct Channel *chptr;
        struct membership *msptr;