]> jfr.im git - solanum.git/blobdiff - modules/m_motd.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_motd.c
index fbafed1089d9d6199deb9e1164c5c5cac2d1f31a..ffe27f3fdb23de4af8e3ec202612391a1c2d38b2 100644 (file)
@@ -42,7 +42,7 @@ static int m_motd(struct MsgBuf *, struct Client *, struct Client *, int, const
 static int mo_motd(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message motd_msgtab = {
-       "MOTD", 0, 0, 0, MFLG_SLOW,
+       "MOTD", 0, 0, 0, 0,
        {mg_unreg, {m_motd, 0}, {mo_motd, 0}, mg_ignore, mg_ignore, {mo_motd, 0}}
 };