about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-14 10:06:25 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-14 10:17:07 +0100
commit4241917fbaa7da4c108236eaec27fdfff84d72fe (patch)
treeb8c0dd70d0a260b289400473eee909b3fffc45ea /src/command
parentfcfb493dfb32dfd6aad864e4c6f8e775845c5d25 (diff)
downloadprofani-tty-4241917fbaa7da4c108236eaec27fdfff84d72fe.tar.gz
xep-0308: add caution note
We need to change the buffer structure first, so that we save the from
field there.
Diffstat (limited to 'src/command')
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 60fb262e..cc8f0a7a 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2374,7 +2374,7 @@ static struct cmd_t command_defs[] =
             "/correction <on>|<off>",
             "/correction char <char>")
         CMD_DESC(
-            "Settings regarding Last Message Correction (XEP-0308).")
+            "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.")
         CMD_ARGS(
             { "on|off", "Enable/Disable support for last message correction."},
             { "char",    "Set character that will prefix corrected messages. Default: +"})