1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-10-13 20:13:38 -04:00

Add missing space to description

This commit is contained in:
Michael Vetter 2024-09-19 08:34:21 +02:00
parent 0995b1a180
commit 69301503ce

View File

@ -2587,7 +2587,7 @@ static const struct cmd_t command_defs[] = {
"/mam <on>|<off>") "/mam <on>|<off>")
CMD_DESC( CMD_DESC(
"Enable/Disable Message Archive Management (XEP-0313) " "Enable/Disable Message Archive Management (XEP-0313) "
"Currently MAM in groupchats (MUCs) is not supported." "Currently MAM in groupchats (MUCs) is not supported. "
"Use the PG UP key to load more history.") "Use the PG UP key to load more history.")
CMD_ARGS( CMD_ARGS(
{ "on|off", "Enable or disable MAM" }) { "on|off", "Enable or disable MAM" })