]> jfr.im git - solanum.git/blobdiff - modules/m_stats.c
send: implement partial support for outbound tags (enough for account-tag as a testcase)
[solanum.git] / modules / m_stats.c
index 63f9dc1f290a9d7e92b8e0f8c922a6c2c2a4383d..1bdeb244b4c4795eb716a68c5d90c0f09de9e1c2 100644 (file)
@@ -54,7 +54,7 @@
 static int m_stats (struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message stats_msgtab = {
-       "STATS", 0, 0, 0, MFLG_SLOW,
+       "STATS", 0, 0, 0, 0,
        {mg_unreg, {m_stats, 2}, {m_stats, 3}, mg_ignore, mg_ignore, {m_stats, 2}}
 };