diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-03-09 13:35:27 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-03-09 13:35:27 +0100 |
commit | 083ba7808d3ed8e77aeabfbe3f155681c36b80b3 (patch) | |
tree | 1ae89be41cb7b9edd15a8cbcbf29abaa9dee7cc1 /src/command | |
parent | a3889c94bc94e50434bd63560e960b5caa143e6d (diff) | |
download | profani-tty-083ba7808d3ed8e77aeabfbe3f155681c36b80b3.tar.gz |
Remove caution about LMC
We check the from now.
Diffstat (limited to 'src/command')
-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 936427b1..9c9340de 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2386,7 +2386,7 @@ 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)." "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."}, |