From de345c93a49983c2437c1cf75f3683107cd4d638 Mon Sep 17 00:00:00 2001 From: mrbougo Date: Fri, 22 Jan 2010 13:16:58 +0000 Subject: [PATCH] fixed flood_*_tell descriptions and added a space git-svn-id: svn://svn.icculus.org/nexuiz/trunk@8520 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/defaultNexuiz.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/defaultNexuiz.cfg b/data/defaultNexuiz.cfg index 264952f85..b3525551a 100644 --- a/data/defaultNexuiz.cfg +++ b/data/defaultNexuiz.cfg @@ -1133,12 +1133,12 @@ alias suggestmap "cmd suggestmap $1" set g_chat_flood_spl 3 "normal chat: seconds between lines to not count as flooding" set g_chat_flood_lmax 2 "normal chat: maximum number of lines per chat message at once" set g_chat_flood_burst 2 "normal chat: allow bursts of so many chat lines" -set g_chat_flood_spl_team 1 "team chat:seconds between lines to not count as flooding" +set g_chat_flood_spl_team 1 "team chat: seconds between lines to not count as flooding" set g_chat_flood_lmax_team 2 "team chat: maximum number of lines per chat message at once" set g_chat_flood_burst_team 2 "team chat: allow bursts of so many chat lines" -set g_chat_flood_spl_tell 1 "team chat:seconds between lines to not count as flooding" -set g_chat_flood_lmax_tell 2 "team chat: maximum number of lines per chat message at once" -set g_chat_flood_burst_tell 2 "team chat: allow bursts of so many chat lines" +set g_chat_flood_spl_tell 1 "private chat: seconds between lines to not count as flooding" +set g_chat_flood_lmax_tell 2 "private chat: maximum number of lines per chat message at once" +set g_chat_flood_burst_tell 2 "private chat: allow bursts of so many chat lines" set g_chat_flood_notify_flooder 1 "when 0, the flooder still can see his own message" set g_chat_teamcolors 0 "colorize nicknames in team color for chat" set g_voice_flood_spv 4 "normal voices: seconds between voices to not count as flooding" -- 2.39.2