]> jfr.im git - solanum.git/blobdiff - modules/m_oper.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_oper.c
index c6ee2dca902ebbfaf53b6ce0f463c9323b4033fd..cf256b6e2c29512db674aff9d320e7570de9eec4 100644 (file)
@@ -44,7 +44,7 @@
 static int m_oper(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message oper_msgtab = {
-       "OPER", 0, 0, 0, MFLG_SLOW,
+       "OPER", 0, 0, 0, 0,
        {mg_unreg, {m_oper, 3}, mg_ignore, mg_ignore, mg_ignore, {m_oper, 3}}
 };