r4319 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 3 12:54:24 EDT 2008


Author: esteel
Date: 2008-09-03 12:54:24 -0400 (Wed, 03 Sep 2008)
New Revision: 4319

Modified:
   trunk/data/defaultNexuiz.cfg
Log:
enabled chat flood protection by default


Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2008-09-03 15:11:48 UTC (rev 4318)
+++ trunk/data/defaultNexuiz.cfg	2008-09-03 16:54:24 UTC (rev 4319)
@@ -829,14 +829,14 @@
 seta g_maplist_textonly 0 // use old style centerprint
 alias suggestmap "cmd suggestmap $1"
 
-set g_chat_flood_spl 0                   // seconds between lines to not count as flooding
-set g_chat_flood_lmax 0                  // maximum number of lines per chat message at once
-set g_chat_flood_burst 0                 // allow bursts of so many chat lines
-set g_chat_flood_spl_team 0              // \
-set g_chat_flood_lmax_team 0             //  } same for say_team
-set g_chat_flood_burst_team 0            // /
-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_chat_flood_spl 3            // seconds between lines to not count as flooding
+set g_chat_flood_lmax 2           // maximum number of lines per chat message at once
+set g_chat_flood_burst 2          // allow bursts of so many chat lines
+set g_chat_flood_spl_team 1       // \
+set g_chat_flood_lmax_team 2      //  } same for say_team
+set g_chat_flood_burst_team 2     // /
+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_waypointsprite_normdistance 512
 set g_waypointsprite_minscale 1




More information about the nexuiz-commits mailing list