]> 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 8179076953fa0e38875839944da9d28110da89c4..1b0d3a650a05af483831d64286c9347f7cb298ff 100644 (file)
@@ -39,7 +39,7 @@
 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}}
 };