From c8391c9c07abd235b2d40d8cfec39d62827706a7 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 30 May 2006 19:28:41 +0000 Subject: - Fixed Absorb Spirit Spheres - Added battle_config min_chat_delay (default 0) specifies in ms what is the min delay between player sent chats (whisper/global/party/guild). Messages that exceed this threshold are silently ignored for now (perhaps need to add a "DON'T SPAM" reply to the player?) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6859 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/battle/client.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf-tmpl') diff --git a/conf-tmpl/battle/client.conf b/conf-tmpl/battle/client.conf index 697a06b5e..0168af923 100644 --- a/conf-tmpl/battle/client.conf +++ b/conf-tmpl/battle/client.conf @@ -44,6 +44,10 @@ // default value: 2047 (all clients) packet_ver_flag: 2047 +// Minimum delay between whisper/global/party/guild messages (in ms) +// Messages that break this threshold are silently omitted. +min_chat_delay: 0 + // valid range of dye's and styles on the client min_hair_style: 0 max_hair_style: 23 -- cgit v1.2.3-60-g2f50