summaryrefslogtreecommitdiff
path: root/modules/chanserv/cs_flags.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/chanserv/cs_flags.cpp')
-rw-r--r--modules/chanserv/cs_flags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/cs_flags.cpp b/modules/chanserv/cs_flags.cpp
index b1cb02edd..feb64aacd 100644
--- a/modules/chanserv/cs_flags.cpp
+++ b/modules/chanserv/cs_flags.cpp
@@ -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);