From fdffd16126a71142230efc052295229d26a8ea90 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 14 Feb 2020 11:17:22 +0100 Subject: [PATCH] xep-0308: add note about where corrections are possible --- src/command/cmd_defs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index cc8f0a7a..c43d7ad6 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2374,7 +2374,8 @@ static struct cmd_t command_defs[] = "/correction |", "/correction char ") CMD_DESC( - "Settings regarding Last Message Correction (XEP-0308). Caution: We do not yet check the 'from' field. So it could happen that someone else is overwriting the actual message.") + "Settings regarding Last Message Correction (XEP-0308). Caution: We do not yet check the 'from' field. So it could happen that someone else is overwriting the actual message." + "Corrections will only work in MUC and regular chat windows. MUC PMs won't be allowed.") CMD_ARGS( { "on|off", "Enable/Disable support for last message correction."}, { "char", "Set character that will prefix corrected messages. Default: +"})