diff options
author | MadCamel <madcamel@gmail.com> | 2009-04-07 14:52:49 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-09 07:01:45 -0600 |
commit | 25d9040b9e3b71d6534a7dedbfe34364f2a7ad66 (patch) | |
tree | c6ee0579c4d3ebb6b61cf89345ad99602e526a5e /src/map/battle.h | |
parent | e4b494e5b6540c88c597c67df114c0328ea9d7b7 (diff) | |
download | tmwa-25d9040b9e3b71d6534a7dedbfe34364f2a7ad66.tar.gz tmwa-25d9040b9e3b71d6534a7dedbfe34364f2a7ad66.tar.bz2 tmwa-25d9040b9e3b71d6534a7dedbfe34364f2a7ad66.tar.xz tmwa-25d9040b9e3b71d6534a7dedbfe34364f2a7ad66.zip |
New and improved anti-spam system
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 65abac4..3c46586 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -297,7 +297,6 @@ extern struct Battle_Config { int night_at_start; // added by [Yor] int day_duration; // added by [Yor] int night_duration; // added by [Yor] - int ban_spoof_namer; // added by [Yor] int hack_info_GM_level; // added by [Yor] int any_warp_GM_min_level; // added by [Yor] int packet_ver_flag; // added by [Yor] @@ -313,9 +312,11 @@ extern struct Battle_Config { int castrate_dex_scale; // added by [MouseJstr] int area_size; // added by [MouseJstr] - int spam_ban; - int spam_time; - int spam_threshold; + int chat_lame_penalty; + int chat_spam_threshold; + int chat_spam_flood; + int chat_spam_ban; + int chat_spam_warn; int chat_maxline; int drop_pickup_safety_zone; // [Fate] Max. distance to an object dropped by a kill by self in which dropsteal protection works |