From 2df42232847669050db079293c77348636370b4a Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Thu, 1 Jul 2021 15:16:07 +0200 Subject: [PATCH] botmode: Document /WHO response and PRIVMSG tags --- docs/3/modules/botmode.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/3/modules/botmode.md b/docs/3/modules/botmode.md index 6a14eb1f3..9771acd88 100644 --- a/docs/3/modules/botmode.md +++ b/docs/3/modules/botmode.md @@ -6,7 +6,11 @@ title: "Module Details: botmode (v3)" ### Description -This module adds user mode `B` (bot) which marks users with it set as bots in their `/WHOIS` response. +This module adds user mode `B` (bot) which marks users with it set as bots: + +* in their `/WHOIS` response +* in `/WHO` responses +* in PRIVMSGs sent by them, using the `draft/bot` (starting with InspIRCd 3.11) and `inpircd.org/bot` tags Depending on your module-specific configuration this can also prevents a bot from using non-bot aliases (requires [the alias module](/3/modules/alias)) and from receiving channel history on join (requires [the chanhistory module](/3/modules/chanhistory)).