diff options
| author | 2026-05-11 15:55:06 +0100 | |
|---|---|---|
| committer | 2026-05-11 16:02:45 +0100 | |
| commit | 9ffa06613bf56e14767bb3209f2b39dc5d28db56 (patch) | |
| tree | 9a64261fb0e4cd6d96bc93d91019454226d6687f /docs | |
| parent | Merge branch 'insp4' into master. (diff) | |
| parent | Add the bot extended ban. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/help.example.conf | 7 | ||||
| -rw-r--r-- | docs/conf/modules.example.conf | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/docs/conf/help.example.conf b/docs/conf/help.example.conf index 7452c6354..b8375f3ab 100644 --- a/docs/conf/help.example.conf +++ b/docs/conf/help.example.conf @@ -1112,6 +1112,9 @@ Matching extbans: [!]R:<glob> has sent the owned nicknames to the IRCd this will also match against all owned nicknames. This extban requires the account module. +[!]bot:<glob> Matches bots that have a nick!user@host mask matching <glob>. This +[!]B:<glob> extban requires the botmode module. + [!]channel:<prefix><glob> Matches users that have <prefix> on a channel matching <glob>. This [!]j:<glob> extban requires the channelban module. @@ -1152,8 +1155,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: diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf index 2217a2bda..5215cc5ee 100644 --- a/docs/conf/modules.example.conf +++ b/docs/conf/modules.example.conf @@ -217,6 +217,11 @@ # Botmode module: Adds the user mode +B. If set on a user, it will # show that the user is a bot in /WHOIS. #<module name="botmode"> +# +#-#-#-#-#-#-#-#-#-#-#-# BOTMODE CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-#-# +# forcenotice - Whether to force all messages sent by bots to use a # +# notice. Defaults to no. # +#<botmode forcenotice="no"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # CallerID module: Adds user mode +g which activates hybrid-style |
