aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-03-22 15:27:39 +0000
committerGravatar Sadie Powell2022-03-22 15:27:39 +0000
commitc87703e2a7805fd7566ba39b9dfdf6e836166e11 (patch)
tree47db155833fac73ed67831340f149ce12383e994 /docs
parentFix real name formatting bleeding into IRC messages. (diff)
Rename <connectban:duration> to <connectban:banduration>.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/modules.conf.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index 11e9ae5d4..310a25510 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -693,8 +693,8 @@
# banmessage - The message to give users when Z-lining them for connecting
# too much.
#
-# duration - The time period to ban users who connect to much for. Defaults
-# to 10 minutes.
+# banduration - The time period to ban users who connect to much for. Defaults
+# to 10 minutes.
#
# ipv4cidr - The IPv4 CIDR mask (1-32) to treat connecting users as coming
# from the same host. Defaults to 32.
@@ -710,7 +710,7 @@
#
#<connectban threshold="10"
# banmessage="Your IP range has been attempting to connect too many times in too short a duration. Wait a while, and you will be able to connect."
-# duration="10m"
+# banduration="10m"
# ipv4cidr="32"
# ipv6cidr="128"
# bootwait="2m"