]> jfr.im git - solanum.git/blobdiff - modules/m_who.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_who.c
index 577e23c6b65e47304cb3510b652238dc053d8b4b..d24cf46189d56df6e8c5468acabeb9e5b5f976e6 100644 (file)
@@ -66,7 +66,7 @@ struct who_format
 static int m_who(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message who_msgtab = {
-       "WHO", 0, 0, 0, MFLG_SLOW,
+       "WHO", 0, 0, 0, 0,
        {mg_unreg, {m_who, 2}, mg_ignore, mg_ignore, mg_ignore, {m_who, 2}}
 };