diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-07-08 10:53:02 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-07-08 10:53:02 +0200 |
commit | cc0bac1746cdb5c48126e5234adfba721f6615b2 (patch) | |
tree | 5c09e8dfe034a8d3e6671361f12c368c2eb399b3 /src | |
parent | 20e1f16b1fdfeaa8c70a73c995059c8134e7f631 (diff) | |
download | profani-tty-cc0bac1746cdb5c48126e5234adfba721f6615b2.tar.gz |
Add MAM notice to /help mam
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_defs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index f2fac9cc..681be6d6 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2590,7 +2590,9 @@ static struct cmd_t command_defs[] = { CMD_SYN( "/mam <on>|<off>") CMD_DESC( - "Enable/Disable Message Archive Management (XEP-0313)") + "Enable/Disable Message Archive Management (XEP-0313) " + "MAM is in experimental state. For regular users there are still many confusing things when enabling this feature. " + "We are going to work on this in future releases. So far this setting is mostly here for developers.") CMD_ARGS( { "on|off", "Enable or disable MAM" }) CMD_NOEXAMPLES |