r2292 - branches/nexuiz-2.0/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Apr 5 08:26:00 EDT 2007


Author: div0
Date: 2007-04-05 08:26:00 -0400 (Thu, 05 Apr 2007)
New Revision: 2292

Modified:
   branches/nexuiz-2.0/data/default.cfg
Log:
sorry, I committed flood control, but not the settings for it


Modified: branches/nexuiz-2.0/data/default.cfg
===================================================================
--- branches/nexuiz-2.0/data/default.cfg	2007-04-04 08:23:14 UTC (rev 2291)
+++ branches/nexuiz-2.0/data/default.cfg	2007-04-05 12:26:00 UTC (rev 2292)
@@ -795,3 +795,12 @@
 set g_maplist_votable_timeout 30 // note: must be below 50 seconds!
 set g_maplist_votable_suggestions 2
 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




More information about the nexuiz-commits mailing list