1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

xep-0308: add caution note

We need to change the buffer structure first, so that we save the from
field there.
This commit is contained in:
Michael Vetter 2020-02-14 10:06:25 +01:00
parent fcfb493dfb
commit 4241917fba

View File

@ -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: +"})