[nexuiz-commits] r8520 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Jan 22 08:16:58 EST 2010


Author: mrbougo
Date: 2010-01-22 08:16:58 -0500 (Fri, 22 Jan 2010)
New Revision: 8520

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
fixed flood_*_tell descriptions and added a space

Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2010-01-20 07:49:01 UTC (rev 8519)
+++ trunk/data/defaultNexuiz.cfg	2010-01-22 13:16:58 UTC (rev 8520)
@@ -1133,12 +1133,12 @@
 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"



More information about the nexuiz-commits mailing list