about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-14 11:17:22 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-14 11:18:23 +0100
commitfdffd16126a71142230efc052295229d26a8ea90 (patch)
treefb8e1492fb97781dd90deb5004fb7c77513207fb
parentedba5c83ff0238ab71174da96c353418d5b11e67 (diff)
downloadprofani-tty-fdffd16126a71142230efc052295229d26a8ea90.tar.gz
xep-0308: add note about where corrections are possible
-rw-r--r--src/command/cmd_defs.c3
1 files changed, 2 insertions, 1 deletions
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 <on>|<off>",
             "/correction char <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: +"})