X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/e742a9e9e79d56f21f1703c37f2e80f013713fa3..7baa37a9ef4c66708d7505dfda182339461232cf:/modules/m_lusers.c diff --git a/modules/m_lusers.c b/modules/m_lusers.c index bbc3b4d2..f7d59367 100644 --- a/modules/m_lusers.c +++ b/modules/m_lusers.c @@ -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}} };