Add comment for disabling join/quit message

This commit is contained in:
Mike Primm 2013-04-29 15:07:54 -05:00
parent 5396d0b823
commit 8daf95891d
1 changed files with 2 additions and 0 deletions

View File

@ -322,8 +322,10 @@ trusted-proxies:
- "127.0.0.1"
- "0:0:0:0:0:0:0:1"
# Join/quit message format for web chat: set to "" to disable notice on web UI
joinmessage: "%playername% joined"
quitmessage: "%playername% quit"
spammessage: "You may only chat once every %interval% seconds."
# format for messages from web: %playername% substitutes sender ID (typically IP), %message% includes text
webmsgformat: "&color;2[WEB] %playername%: &color;f%message%"