1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 12:13:14 +02:00

Tweak the config default limits slightly.

This commit is contained in:
Sadie Powell
2024-03-09 11:39:03 +00:00
parent 891375baca
commit 12486f6cee
11 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ class CommandCSFlags final
}
}
unsigned access_max = Config->GetModule("chanserv")->Get<unsigned>("accessmax", "1024");
unsigned access_max = Config->GetModule("chanserv")->Get<unsigned>("accessmax", "1000");
if (access_max && ci->GetDeepAccessCount() >= access_max)
{
source.Reply(_("Sorry, you can only have %d access entries on a channel, including access entries from other channels."), access_max);