mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Add MAM notice to /help mam
This commit is contained in:
parent
20e1f16b1f
commit
cc0bac1746
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user