Configurable chat history length
The previous default of 5 messages is utterly lame and didn't provide enough context to anything, and was also a downgrade from the old server as that had 10 messages by default (of which we're now going back to with this change).
This commit is contained in:
@@ -27,6 +27,7 @@ bancmd = "iptables -A INPUT -s $IP -j REJECT"
|
||||
moderatorEnabled = true
|
||||
usernameblacklist = []
|
||||
maxChatLength = 100
|
||||
maxChatHistoryLength = 10
|
||||
# Temporarily mute a user if they send more than x messages in n seconds
|
||||
automute = {enabled = true, seconds = 5, messages = 5}
|
||||
# How long a temporary mute lasts, in seconds
|
||||
|
||||
Reference in New Issue
Block a user