aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-09 18:30:28 +0000
committerGravatar Sadie Powell2026-03-09 18:34:04 +0000
commit247680469e6c77cf2fc19da024f6b93c253c50e0 (patch)
tree669b48254f6939733c9f82b6dccbf64932aee875 /docs
parentAdd a redirect extended ban to the redirect module. (diff)
Document the short name for the redirect: extban.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/help.example.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/help.example.conf b/docs/conf/help.example.conf
index ccc707f97..3188b2f48 100644
--- a/docs/conf/help.example.conf
+++ b/docs/conf/help.example.conf
@@ -1190,13 +1190,13 @@ Acting extbans:
[!]u:<glob> unprivileged users. This extban requires the opmoderated module.
[!]redirect:<chan>:<glob> Redirects users matching <glob> to <chan>. This extban requires the
- redirect module.
+[!]d:<chan>:<glob> redirect module.
[!]stripcolor:<glob> Removes IRC formatting codes from messages sent by users matching
[!]S:<glob> <glob>. This extban requires the stripcolor module.
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.
+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