]> jfr.im git - solanum.git/blobdiff - modules/m_whowas.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_whowas.c
index d2e15ca6a7f3a22b46b992831ab370ee94de05d2..82354994ca04c3b5c0714c039f7f71f1dbcf642d 100644 (file)
@@ -44,7 +44,7 @@
 static int m_whowas(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message whowas_msgtab = {
-       "WHOWAS", 0, 0, 0, MFLG_SLOW,
+       "WHOWAS", 0, 0, 0, 0,
        {mg_unreg, {m_whowas, 2}, {m_whowas, 4}, mg_ignore, mg_ignore, {m_whowas, 2}}
 };