Core/Chat: Add config to mute player first login. (#234)

This commit is contained in:
HeartWell
2016-11-20 18:02:12 +03:00
committed by Shin
parent 11a88b7121
commit fdfd3856ad
6 changed files with 37 additions and 7 deletions

View File

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