]> jfr.im git - solanum.git/blobdiff - modules/m_lusers.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_lusers.c
index bbc3b4d23562511058b17824774d4b39b1dcdd25..f7d593670fa92a77e203375f7384647f6881242d 100644 (file)
@@ -40,7 +40,7 @@ static int m_lusers(struct MsgBuf *, struct Client *, struct Client *, int, cons
 static int ms_lusers(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message lusers_msgtab = {
-       "LUSERS", 0, 0, 0, MFLG_SLOW,
+       "LUSERS", 0, 0, 0, 0,
        {mg_unreg, {m_lusers, 0}, {ms_lusers, 0}, mg_ignore, mg_ignore, {ms_lusers, 0}}
 };