]> jfr.im git - solanum.git/blobdiff - modules/m_time.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_time.c
index 605561c665a96737b1f90741e4cc6e604bdb339d..40729f4bbcb0067f54e512dcfec6b328b0e69a67 100644 (file)
@@ -40,7 +40,7 @@ static int m_time(struct MsgBuf *, struct Client *, struct Client *, int, const
 static char *date(void);
 
 struct Message time_msgtab = {
-       "TIME", 0, 0, 0, MFLG_SLOW,
+       "TIME", 0, 0, 0, 0,
        {mg_unreg, {m_time, 0}, {m_time, 2}, mg_ignore, mg_ignore, {m_time, 0}}
 };