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