fix(Conf): improve ChatFilter config documentation (#26099)

Co-authored-by: sogla <sogladev@gmail.com>
This commit is contained in:
Xepic90
2026-06-10 19:04:58 -04:00
committed by GitHub
parent 53b31f4590
commit 3494808d9a

View File

@@ -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