diff --git a/config.example.toml b/config.example.toml index d6d954f..0fbfa9a 100644 --- a/config.example.toml +++ b/config.example.toml @@ -21,7 +21,7 @@ motd = "welcome!" # Use $IP to specify an ip and (optionally) use $NAME to specify a username bancmd = "iptables -A INPUT -s $IP -j REJECT" moderatorEnabled = true -usernameblacklist = ["jjjj"] +usernameblacklist = [] maxChatLength = 100 # Temporarily mute a user if they send more than x messages in n seconds automute = {enabled = true, seconds = 5, messages = 5} @@ -47,4 +47,4 @@ kick = true bypassturn = true rename = true grabip = true -xss = true \ No newline at end of file +xss = true