]> jfr.im git - solanum.git/blobdiff - modules/m_locops.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_locops.c
index 5b74e0e33389317cb5ca08f0661e7ad18688db76..7df9e2ef6bbded34b86a7e61fc769875c5c8be0c 100644 (file)
@@ -44,7 +44,7 @@ static int ms_locops(struct MsgBuf *, struct Client *, struct Client *, int, con
 static int me_locops(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message locops_msgtab = {
-       "LOCOPS", 0, 0, 0, MFLG_SLOW,
+       "LOCOPS", 0, 0, 0, 0,
        {mg_unreg, mg_not_oper, {ms_locops, 3}, mg_ignore, {me_locops, 2}, {m_locops, 2}}
 };