]> jfr.im git - solanum.git/blobdiff - modules/core/m_quit.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / core / m_quit.c
index 52489e161c12bbc277ee9989e96306849fd120a1..03ee2759d39cec7462b9c4ac54f02a35029f85b1 100644 (file)
@@ -40,7 +40,7 @@ static int m_quit(struct MsgBuf *, struct Client *, struct Client *, int, const
 static int ms_quit(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message quit_msgtab = {
-       "QUIT", 0, 0, 0, MFLG_SLOW | MFLG_UNREG,
+       "QUIT", 0, 0, 0, 0,
        {{m_quit, 0}, {m_quit, 0}, {ms_quit, 0}, mg_ignore, mg_ignore, {m_quit, 0}}
 };