diff options
-rw-r--r-- | conf/battle_athena.conf | 6 |
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. |