From a3d26c4121b2780a2e3232213e9ba16c2f281072 Mon Sep 17 00:00:00 2001 From: just n Date: Sun, 4 Jan 2026 18:30:27 +0000 Subject: [PATCH] Update example.config.ini --- example.config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example.config.ini b/example.config.ini index dbc6052..b545260 100644 --- a/example.config.ini +++ b/example.config.ini @@ -58,6 +58,9 @@ trigger = !aibot # If True, the bot replies when its name is mentioned (e.g., "AI_Bot what is..."). mentions = True +# Enables XEP-0461 (Message Replies) so users can skip to original message in their clients. +use_proper_replies = True + # If True, quotes the user's message in the reply (XEP-0393 style). quote_reply = True