mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
fix(Conf): improve ChatFilter config documentation (#26099)
Co-authored-by: sogla <sogladev@gmail.com>
This commit is contained in:
@@ -4391,13 +4391,16 @@ PreserveCustomChannels = 0
|
||||
PreserveCustomChannelDuration = 14
|
||||
|
||||
#
|
||||
# ChatFilter
|
||||
# Description: Blocks chat messages when they contain any entry from the `chat_filter`
|
||||
# table (substring, case-insensitive).
|
||||
# Manage entries with .chatfilter add / remove / list and .reload chat_filter.
|
||||
# Blizzlike is only whispers are enabled.
|
||||
# Default: 0 - (Disbaled)
|
||||
# 1 - (Enabled)
|
||||
# ChatFilter.Whisper / ChatFilter.Say / ChatFilter.Yell / ChatFilter.Emote
|
||||
# Description: Block chat messages that contain any entry from the `chat_filter` table
|
||||
# (substring match, case-insensitive).
|
||||
# Manage entries with: .chatfilter add / .chatfilter remove / .chatfilter list
|
||||
# and .reload chat_filter.
|
||||
# Blizzlike: only Whisper filtering is enabled.
|
||||
# Default: ChatFilter.Whisper = 1 - (Enabled)
|
||||
# ChatFilter.Say = 0 - (Disabled)
|
||||
# ChatFilter.Yell = 0 - (Disabled)
|
||||
# ChatFilter.Emote = 0 - (Disabled)
|
||||
#
|
||||
|
||||
ChatFilter.Whisper = 1
|
||||
|
||||
Reference in New Issue
Block a user