diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-02-14 10:06:25 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-02-14 10:17:07 +0100 |
commit | 4241917fbaa7da4c108236eaec27fdfff84d72fe (patch) | |
tree | b8c0dd70d0a260b289400473eee909b3fffc45ea /src | |
parent | fcfb493dfb32dfd6aad864e4c6f8e775845c5d25 (diff) | |
download | profani-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')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
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: +"}) |