diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-07-04 19:32:46 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-07-04 19:32:46 -0300 |
commit | da064c030d22c0920f74b345ca3118c9204dae2b (patch) | |
tree | 97965c317f79cde6384e344da398e97ac5bce462 /conf | |
parent | e8adea6f0cbad25b5ac21944b16099cce155d050 (diff) | |
download | hercules-da064c030d22c0920f74b345ca3118c9204dae2b.tar.gz hercules-da064c030d22c0920f74b345ca3118c9204dae2b.tar.bz2 hercules-da064c030d22c0920f74b345ca3118c9204dae2b.tar.xz hercules-da064c030d22c0920f74b345ca3118c9204dae2b.zip |
Implemented official mute system. Thanks to:
Ai4rei/Mirei for the code;
kyeme for suggesting it;
Napster for updating the patch.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/client.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf index 93ad536ee..c832163be 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -112,3 +112,9 @@ client_reshuffle_dice: yes // Official servers do not sort storage. (Note 1) // NOTE: Enabling this option degrades performance. client_sort_storage: no + +// Duration of client's self mute in minutes. +// Note: Do not enable this, if you enabled commands for players, +// because the client sees multiple commands in succession as spam. +// Default: 0 (means disabled) +client_accept_chatdori: 1 |