]> jfr.im git - solanum.git/blobdiff - modules/core/m_kick.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / core / m_kick.c
index b3bf8df157220f45b8ef3bc6a3e54e91f811a08e..bc4a580a1b946bdc77a6e121d4bbd4c3850d7982 100644 (file)
@@ -43,7 +43,7 @@ static int m_kick(struct MsgBuf *, struct Client *, struct Client *, int, const
 #define mg_kick { m_kick, 3 }
 
 struct Message kick_msgtab = {
-       "KICK", 0, 0, 0, MFLG_SLOW,
+       "KICK", 0, 0, 0, 0,
        {mg_unreg, mg_kick, mg_kick, mg_kick, mg_ignore, mg_kick}
 };