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/chanserv.example.conf | |
parent | 891375baca44d1b18e60505ecf6ae52bf2c46e29 (diff) |
Tweak the config default limits slightly.
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 9ef703ed0..56f9539c9 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -114,15 +114,15 @@ module /* * The maximum number of entries on a channel's access list. - * If not set, the default is 1024. This can be set to 0 for unlimited. + * If not set, the default is 1000. This can be set to 0 for unlimited. */ - accessmax = 1024 + accessmax = 1000 /* * The length of time ChanServ stays in a channel after kicking a user from a channel they are not * permitted to be in. This only occurs when the user is the only one in the channel. */ - inhabit = 15s + inhabit = 1m /* * Allow only IRC Operators to use ChanServ. @@ -913,7 +913,7 @@ module /* * The maximum number of entries on a channel's autokick list. */ - autokickmax = 32 + autokickmax = 50 /* * The default reason for an autokick if none is given. @@ -1126,7 +1126,7 @@ module * * This directive is optional. */ - max = 32 + max = 50 } command { service = "ChanServ"; name = "MODE"; command = "chanserv/mode"; group = "chanserv/management"; } |