about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-03-09 13:35:27 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-03-09 13:35:27 +0100
commit083ba7808d3ed8e77aeabfbe3f155681c36b80b3 (patch)
tree1ae89be41cb7b9edd15a8cbcbf29abaa9dee7cc1 /src/command/cmd_defs.c
parenta3889c94bc94e50434bd63560e960b5caa143e6d (diff)
downloadprofani-tty-083ba7808d3ed8e77aeabfbe3f155681c36b80b3.tar.gz
Remove caution about LMC
We check the from now.
Diffstat (limited to 'src/command/cmd_defs.c')
-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 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."},