]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
Remove unused variable cruft.
[solanum.git] / modules / m_info.c
index 5ee13253caabd929ae1d6078af17ff919f6725b8..bd2171afb385598853bf4e900206d8056e55002d 100644 (file)
@@ -518,6 +518,18 @@ static struct InfoStruct info_table[] = {
                &ConfigFileEntry.use_propagated_bans,
                "KLINE sets fully propagated bans"
        },
+       {
+               "max_ratelimit_tokens",
+               OUTPUT_DECIMAL,
+               &ConfigFileEntry.max_ratelimit_tokens,
+               "The maximum number of tokens that can be accumulated for executing rate-limited commands",
+       },
+       {
+               "away_interval",
+               OUTPUT_DECIMAL,
+               &ConfigFileEntry.away_interval,
+               "The minimum time between aways",
+       },
        {
                "default_split_server_count",
                OUTPUT_DECIMAL,