]> jfr.im git - solanum.git/blobdiff - modules/core/m_squit.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / core / m_squit.c
index 140b31a5c76c884700fe8648564a89b64b542513..5fd1836472074fe52bb5031552bbc88ac40bfe7f 100644 (file)
@@ -44,7 +44,7 @@ static int ms_squit(struct MsgBuf *, struct Client *, struct Client *, int, cons
 static int mo_squit(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message squit_msgtab = {
-       "SQUIT", 0, 0, 0, MFLG_SLOW,
+       "SQUIT", 0, 0, 0, 0,
        {mg_unreg, mg_not_oper, {ms_squit, 0}, {ms_squit, 0}, mg_ignore, {mo_squit, 2}}
 };