aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-09 18:20:12 +0000
committerGravatar Sadie Powell2026-03-09 18:20:12 +0000
commitbcc2e1dcc1709cb9b47a7240932099a9206a7011 (patch)
tree64b2f4c6c54ee5b2618aa431cf2dd7f52ae7369f /docs
parentMerge branch 'insp4' into master. (diff)
Banish banredirect to contrib, always enable the redirect: extban.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/help.example.conf4
-rw-r--r--docs/conf/modules.example.conf10
2 files changed, 0 insertions, 14 deletions
diff --git a/docs/conf/help.example.conf b/docs/conf/help.example.conf
index 796c01f95..83a5a216b 100644
--- a/docs/conf/help.example.conf
+++ b/docs/conf/help.example.conf
@@ -1190,8 +1190,4 @@ Acting extbans:
A glob given to an acting extban may (unless stated otherwise) be either a matching extban or a
#nick!user@host mask matched against users as if they were a regular ban.
-
-There is an additional special type of ban, a redirect ban. For a redirect ban a ban mask in the
-format nick!user@host#channel will redirect the banned user to #channel when they try to join. This
-requires the banredirect module.
">
diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf
index c75178c98..9f35cde55 100644
--- a/docs/conf/modules.example.conf
+++ b/docs/conf/modules.example.conf
@@ -192,15 +192,6 @@
#<module name="banexception">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# Ban redirection module: Allows bans which redirect to a specified
-# channel. e.g. +b nick!user@host#channelbanneduserissentto
-#
-# WARNING: This module is deprecated and will be removed in the next
-# version of InspIRCd. It is recommended that you load the redirect
-# module and enable <redirect:extban> instead.
-#<module name="banredirect">
-
-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Block amsg module: Attempt to block all usage of /amsg and /ame.
#<module name="blockamsg">
#
@@ -1992,7 +1983,6 @@
# You can also configure which modes which will redirect the user to
# the target channel:
#<redirect ban="no"
-# extban="no"
# inviteonly="yes"
# key="yes"
# limit="yes">