]> jfr.im git - solanum.git/blobdiff - modules/core/m_ban.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / core / m_ban.c
index 5056ab4271ce59cb9cfe5dff67f8dcdbe99717d2..b9a9ec854a50f7d1eb15b95e043fde50e8e874ef 100644 (file)
@@ -50,7 +50,7 @@ static int m_ban(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client
 static int ms_ban(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);
 
 struct Message ban_msgtab = {
-       "BAN", 0, 0, 0, MFLG_SLOW,
+       "BAN", 0, 0, 0, 0,
        {mg_unreg, {m_ban, 0}, {ms_ban, 9}, {ms_ban, 9}, mg_ignore, {m_ban, 0}}
 };