diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-02-14 11:17:22 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-02-14 11:18:23 +0100 |
commit | fdffd16126a71142230efc052295229d26a8ea90 (patch) | |
tree | fb8e1492fb97781dd90deb5004fb7c77513207fb | |
parent | edba5c83ff0238ab71174da96c353418d5b11e67 (diff) | |
download | profani-tty-fdffd16126a71142230efc052295229d26a8ea90.tar.gz |
xep-0308: add note about where corrections are possible
-rw-r--r-- | src/command/cmd_defs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index cc8f0a7a..c43d7ad6 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2374,7 +2374,8 @@ 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). Caution: We do not yet check the 'from' field. So it could happen that someone else is overwriting the actual message." + "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."}, { "char", "Set character that will prefix corrected messages. Default: +"}) |