From b2488aabda7ccd1dd73c190ff8bdc477e29af472 Mon Sep 17 00:00:00 2001 From: David <49169805+mesub7@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:51:28 +0000 Subject: [PATCH 1/2] Update configuration.md Clarify the criteria for recognition. --- docs/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index a5b3a493e..b7426a838 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -169,6 +169,12 @@ The delay after which `autoAlert` kicks in. Uses the same format as timed close; **Default:** *None* If set, the bot auto-replies to bot mentions (pings) with this message. Use `{userMention}` in the text to ping the user back. +Note that the bot will ignore mentions in messages on the main server if any of the following are true: +* The message author is the owner of the inbox server +* [`inboxServerPermission`](#inboxServerPermission) has not been configured +* The message author matches an `inboxServerPermission` +* The message author is by the bot + #### categoryAutomation.newThread **Default:** *None* ID of the category where new threads are opened. Also functions as a fallback for `categoryAutomation.newThreadFromServer`. From 0e5db6723ccc6f2492f4fcbdc59107ebed637203 Mon Sep 17 00:00:00 2001 From: David <49169805+mesub7@users.noreply.github.com> Date: Thu, 6 Feb 2025 22:27:12 +0000 Subject: [PATCH 2/2] Update configuration.md As per code review. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index b7426a838..f85fe9cb8 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -173,7 +173,7 @@ Note that the bot will ignore mentions in messages on the main server if any of * The message author is the owner of the inbox server * [`inboxServerPermission`](#inboxServerPermission) has not been configured * The message author matches an `inboxServerPermission` -* The message author is by the bot +* The message author is the bot #### categoryAutomation.newThread **Default:** *None*