From 733740e0019401a23afb8f62bc1ea29f1a5fce70 Mon Sep 17 00:00:00 2001 From: Elijah R <62162399+elijahr2411@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:03:52 -0500 Subject: [PATCH] whoops --- config.example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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