Misc command updates.
This commit is contained in:
@@ -1860,13 +1860,14 @@ ChatFakeMessagePreventing = 1
|
||||
#
|
||||
# ChatStrictLinkChecking.Severity
|
||||
# Description: Check chat messages for in-game links to spells, items, quests, etc.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled, Check if only valid pipe commands are used, Prevents posting
|
||||
# pictures.)
|
||||
# 2 - (Enabled, Verify that pipe commands are used in a correct order)
|
||||
# 3 - (Check if color, entry and name don't contradict each other. For this to
|
||||
# work correctly, please assure that you have extracted locale DBCs of
|
||||
# every language specific client playing on this server)
|
||||
# -1 - (Only verify validity of link data, but permit use of custom colors)
|
||||
# Default: 0 - (Only verify that link data and color are valid without checking text)
|
||||
# 1 - (Additionally verifies that the link text matches the provided data)
|
||||
#
|
||||
# Note: If this is set to '1', you must additionally provide .dbc files for all
|
||||
# client locales that are in use on your server.
|
||||
# If any files are missing, messages with links from clients using those
|
||||
# locales will likely be blocked by the server.
|
||||
|
||||
ChatStrictLinkChecking.Severity = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user