mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
Core/Chat: Add config to mute player first login. (#234)
This commit is contained in:
@@ -1859,6 +1859,21 @@ ChatFlood.MessageDelay = 1
|
||||
|
||||
ChatFlood.MuteTime = 10
|
||||
|
||||
#
|
||||
# Chat.MuteFirstLogin
|
||||
# Description: Speaking is allowed after playing for Chat.MuteTimeFirstLogin minutes. You may use party and guild chat.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
Chat.MuteFirstLogin = 0
|
||||
|
||||
#
|
||||
# Chat.MuteTimeFirstLogin
|
||||
# Description: The time after which the player will be able to speak.
|
||||
# Default: 120 - (Minutes)
|
||||
|
||||
Chat.MuteTimeFirstLogin = 120
|
||||
|
||||
#
|
||||
# Channel.RestrictedLfg
|
||||
# Description: Restrict LookupForGroup channel to characters registered in the LFG tool.
|
||||
|
||||
Reference in New Issue
Block a user