]> jfr.im git - solanum.git/blobdiff - modules/m_stats.c
Show throttle info in /stats t.
[solanum.git] / modules / m_stats.c
index b779b96db404e5f2828b82c8598786684a1bdeca..3b08b5d387a8fcfa3bca49c9d6d8553b4bcf7e2d 100644 (file)
@@ -876,6 +876,8 @@ stats_tstats (struct Client *source_p)
        sendto_one_numeric(source_p, RPL_STATSDEBUG,
                        "T :rejected %u delaying %lu", 
                        sp.is_rej, delay_exit_length());
+       sendto_one_numeric(source_p, RPL_STATSDEBUG,
+                          "T :throttled refused %u throttle list size %lu", sp.is_thr, throttle_size());
        sendto_one_numeric(source_p, RPL_STATSDEBUG,
                        "T :nicks being delayed %lu",
                        get_nd_count());