diff options
| author | 2026-05-11 15:50:34 +0100 | |
|---|---|---|
| committer | 2026-05-11 15:50:34 +0100 | |
| commit | 5b44291dc24c4e1d5c427e355aa07d91c64522e1 (patch) | |
| tree | 210e47ac3989fb3459c0aac9c350edb39c4b3913 /docs | |
| parent | Backport various CI changes from master. (diff) | |
Fix the unauthed extban not having its negated form documented.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/help.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/help.example.conf b/docs/conf/help.example.conf index 68b8b1efa..3c5dd408d 100644 --- a/docs/conf/help.example.conf +++ b/docs/conf/help.example.conf @@ -1159,8 +1159,8 @@ Matching extbans: [!]share:<chan> Matches users that are banned from <chan>. This extban requires the [!]b:<chan> sharebans module. -unauthed:<glob> Matches users that have a nick!user@host mask matching <glob>. This -U:<glob> extban requires the account module. +[!]unauthed:<glob> Matches users that have a nick!user@host mask matching <glob>. This +[!]U:<glob> extban requires the account module. Acting extbans: |
