summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMadCamel <madcamel@gmail.com>2009-05-03 10:44:28 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-03 13:03:20 +0200
commitf1c890b9d3f6fedcdd910b2683fcfeae5112be40 (patch)
tree7ee789560f1923a05f05f2a9c608f8ea6f1ad084 /conf
parent80c728163b6df85275b1e9d20639a7e3f500ccff (diff)
downloadserverdata-f1c890b9d3f6fedcdd910b2683fcfeae5112be40.tar.gz
serverdata-f1c890b9d3f6fedcdd910b2683fcfeae5112be40.tar.bz2
serverdata-f1c890b9d3f6fedcdd910b2683fcfeae5112be40.tar.xz
serverdata-f1c890b9d3f6fedcdd910b2683fcfeae5112be40.zip
Antispam threshold now measured in seconds
Diffstat (limited to 'conf')
-rw-r--r--conf/battle_athena.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/battle_athena.conf b/conf/battle_athena.conf
index a28ce9c1..d4852dd7 100644
--- a/conf/battle_athena.conf
+++ b/conf/battle_athena.conf
@@ -708,11 +708,11 @@ max_cloth_color: 4
area_size: 14
// chat system:
-// More than flood lines in threshold milliseconds gets a ban
-// More than warn lines in threshold milliseconds gets a warning
+// More than flood lines in threshold seconds gets a ban
+// More than warn lines in threshold seconds gets a warning
chat_spam_flood: 10
chat_spam_warn: 8
-chat_spam_threshold: 10000
+chat_spam_threshold: 10
// How much to increment the line count if the content is lame.
// Lameness is defined as mostly caps, punctuation, or a repeat of the last line.