about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-02-15 15:40:51 +0100
committerMichael Vetter <jubalh@iodoru.org>2023-02-15 15:40:51 +0100
commit4887d21a119ed67756a1544ec953aa010257bcb1 (patch)
treebc2c9812fa729f84cebc83b7afb3114dcc7f2afa /src
parent0c24271a6362cc5d8e6dce3b052b5d1cc5606300 (diff)
downloadprofani-tty-4887d21a119ed67756a1544ec953aa010257bcb1.tar.gz
cmd: Update MAM help
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_defs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index fb37341d..778d96ba 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2578,8 +2578,8 @@ static const struct cmd_t command_defs[] = {
               "/mam <on>|<off>")
       CMD_DESC(
               "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.")
+              "Currently MAM in groupchats (MUCs) is not supported."
+              "Use the PG UP key to load more history.")
       CMD_ARGS(
               { "on|off", "Enable or disable MAM" })
     },