aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/modules.conf.example12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index 8478dc37c..d12006a85 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -571,6 +571,10 @@
# that users must share a common channel with you to PRIVMSG or NOTICE
# you.
#<module name="commonchans">
+#
+# You can also require a common channel for inviting to another channel
+# by uncommenting this:
+# <commonchans invite="yes">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Auto join on connect module: Allows you to force users to join one
@@ -627,13 +631,13 @@
#<module name="connectban">
#
# threshold - The number of connections which are allowed before a user
-# is connectbnaned. Defaults to 10.
+# is connectbanned. Defaults to 10.
#
# 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.
@@ -649,7 +653,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"