X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/70747af52417d57b52c4ad7a6b41f9d571f4c682..d1275a8fd6d1fb76ef0eb67e2be48f5f7208202e:/modules/m_info.c diff --git a/modules/m_info.c b/modules/m_info.c index 870fe12..03671b4 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -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,