aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_dccallow.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-10-13 08:35:02 +0100
committerGravatar Sadie Powell2022-10-13 08:35:02 +0100
commitf49cfd2f302354cc821ed3372af6fba200c16933 (patch)
tree43a5d48903681bf2c7e45641b1b0233d29497ea6 /src/modules/m_dccallow.cpp
parentClean up various socket-related code. (diff)
parentFix the default case in GetFirstVisibleChannel and document it. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_dccallow.cpp')
-rw-r--r--src/modules/m_dccallow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp
index 15c1148ad..49c81b242 100644
--- a/src/modules/m_dccallow.cpp
+++ b/src/modules/m_dccallow.cpp
@@ -610,7 +610,7 @@ public:
bfl.swap(newbfl);
auto tag = ServerInstance->Config->ConfValue("dccallow");
- cmd.ext.maxentries = tag->getUInt("maxentries", 20);
+ cmd.ext.maxentries = tag->getUInt("maxentries", 20, 1);
cmd.defaultlength = tag->getDuration("length", 0);
blockchat = tag->getBool("blockchat");
defaultaction = tag->getString("action");