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 | |
parent | 891375baca44d1b18e60505ecf6ae52bf2c46e29 (diff) |
Tweak the config default limits slightly.
Diffstat (limited to 'data')
-rw-r--r-- | data/botserv.example.conf | 2 | ||||
-rw-r--r-- | data/chanserv.example.conf | 10 | ||||
-rw-r--r-- | data/memoserv.example.conf | 4 | ||||
-rw-r--r-- | data/nickserv.example.conf | 6 |
4 files changed, 11 insertions, 11 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. 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"; } diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf index 9f07ec424..0d1aebdb2 100644 --- a/data/memoserv.example.conf +++ b/data/memoserv.example.conf @@ -83,7 +83,7 @@ module * * This directive is optional, but recommended. */ - senddelay = 3s + senddelay = 30s } /* @@ -146,7 +146,7 @@ module * * This directive is optional. */ - max = 32 + max = 50 } command { service = "MemoServ"; name = "IGNORE"; command = "memoserv/ignore"; } diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 4a7b9158e..6ee5b9a91 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -112,7 +112,7 @@ module * The minimum length of time between consecutive uses of NickServ's REGISTER command. This * directive is optional, but recommended. If not set, this restriction will be disabled. */ - regdelay = 30s + regdelay = 5m /* * The length of time before a nick's registration expires. @@ -322,7 +322,7 @@ module * * This directive is optional, but recommended. If not set or set to 0, no limits will be applied. */ - maxaliases = 16 + maxaliases = 10 /* * If set, the NickServ GROUP command won't allow any group changes. This is recommended to @@ -460,7 +460,7 @@ module * * This directive is optional. */ - #nickregdelay = 30s + nickregdelay = 15s /* * The length of time a user using an unconfirmed account has |