]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_info.c
Move to ratbox3 reject and throttle code.
[irc/rqf/shadowircd.git] / modules / m_info.c
index 870fe1219ca89be80f3ecd324ec3b6d8a92ce323..03671b43fa6ce8cc4086a8fc63eb96890399d55e 100644 (file)
@@ -446,6 +446,18 @@ static struct InfoStruct info_table[] = {
                &ConfigFileEntry.stats_y_oper_only,
                "STATS Y is only shown to operators",
        },
+       {
+               "throttle_count",
+               OUTPUT_DECIMAL,
+               &ConfigFileEntry.throttle_count, 
+               "Connection throttle threshold",
+       },
+       {
+               "throttle_duration",
+               OUTPUT_DECIMAL,
+               &ConfigFileEntry.throttle_duration, 
+               "Connection throttle duration",
+       },
        {
                "tkline_expire_notices",
                OUTPUT_BOOLEAN,