]> jfr.im git - solanum.git/blobdiff - modules/m_info.c
m_info: Correct description of general::client_exit like in example confs.
[solanum.git] / modules / m_info.c
index 08e2f4709c412f09d8a618ca9ff1fbd1e47b9119..9d11ee4f3858cfd678b71b2e5d8bba7fd11bea73 100644 (file)
@@ -119,7 +119,7 @@ static struct InfoStruct info_table[] = {
                "client_exit",
                OUTPUT_BOOLEAN,
                &ConfigFileEntry.client_exit,
-               "Prepend 'Client Exit:' to user QUIT messages"
+               "Prepend 'Quit:' to user QUIT messages"
        },
        {
                "client_flood_max_lines",
@@ -131,13 +131,13 @@ static struct InfoStruct info_table[] = {
                "client_flood_burst_rate",
                OUTPUT_DECIMAL,
                &ConfigFileEntry.client_flood_burst_rate,
-               "Rate at which burst lines are processed",
+               "Maximum lines per second during flood grace period",
        },
        {
                "client_flood_burst_max",
                OUTPUT_DECIMAL,
                &ConfigFileEntry.client_flood_burst_max,
-               "Number of lines to permit at client_flood_burst_rate",
+               "Number of lines to process at once before delaying",
        },
        {
                "client_flood_message_num",
@@ -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,