]> jfr.im git - solanum.git/blobdiff - modules/m_monitor.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_monitor.c
index 166d68c20b0e877074b65168f14cacc2be969a67..ae26035be9ace6465baf2d11e92a45e6aa075a96 100644 (file)
@@ -46,7 +46,7 @@ static void monitor_deinit(void);
 static int m_monitor(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message monitor_msgtab = {
-       "MONITOR", 0, 0, 0, MFLG_SLOW,
+       "MONITOR", 0, 0, 0, 0,
        {mg_unreg, {m_monitor, 2}, mg_ignore, mg_ignore, mg_ignore, {m_monitor, 2}}
 };