diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-09 11:39:03 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-09 11:43:38 +0000 |
commit | 12486f6ceedf9b3f3ee90c72f4b61c1aef931656 (patch) | |
tree | 6595b82274a75d15c05187460dcfa65bd58e56a8 /data/botserv.example.conf | |
parent | 891375baca44d1b18e60505ecf6ae52bf2c46e29 (diff) |
Tweak the config default limits slightly.
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index b43309f35..d5911a9fc 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -183,7 +183,7 @@ module /* * The maximum number of entries a single bad words list can have. */ - badwordsmax = 32 + badwordsmax = 50 /* * If set, BotServ will use case sensitive checking for badwords. |