]> jfr.im git - solanum.git/blobdiff - extensions/m_omode.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / extensions / m_omode.c
index af39ae887fa700dbc775e639102a5e732632c70f..3fd9ce5282e080530083f7e373278f737236c094 100644 (file)
@@ -47,7 +47,7 @@
 static int mo_omode(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message omode_msgtab = {
-       "OMODE", 0, 0, 0, MFLG_SLOW,
+       "OMODE", 0, 0, 0, 0,
        {mg_unreg, mg_not_oper, mg_ignore, mg_ignore, mg_ignore, {mo_omode, 3}}
 };