This commit is contained in:
Elijah R
2023-02-09 16:03:52 -05:00
committed by GitHub
parent 1b1eba56a3
commit 733740e001

View File

@@ -21,7 +21,7 @@ motd = "welcome!"
# Use $IP to specify an ip and (optionally) use $NAME to specify a username # Use $IP to specify an ip and (optionally) use $NAME to specify a username
bancmd = "iptables -A INPUT -s $IP -j REJECT" bancmd = "iptables -A INPUT -s $IP -j REJECT"
moderatorEnabled = true moderatorEnabled = true
usernameblacklist = ["jjjj"] usernameblacklist = []
maxChatLength = 100 maxChatLength = 100
# Temporarily mute a user if they send more than x messages in n seconds # Temporarily mute a user if they send more than x messages in n seconds
automute = {enabled = true, seconds = 5, messages = 5} automute = {enabled = true, seconds = 5, messages = 5}
@@ -47,4 +47,4 @@ kick = true
bypassturn = true bypassturn = true
rename = true rename = true
grabip = true grabip = true
xss = true xss = true