1
0
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Fix description of mood

This commit is contained in:
Michael Vetter 2022-05-27 09:36:41 +02:00
parent 5528a34190
commit 09f3c08af5

View File

@ -2718,7 +2718,7 @@ static struct cmd_t command_defs[] = {
CMD_DESC(
"Set your mood (XEP-0107).")
CMD_ARGS(
{ "set <mood> <", "Set user mood to <mood> with an optional [text]. Use /mood set <tab> to toggle through predfined moods." },
{ "set <mood> [text]", "Set user mood to <mood> with an optional [text]. Use /mood set <tab> to toggle through predfined moods." },
{ "clear", "Clear your user mood." })
CMD_EXAMPLES(
"/mood set happy \"So happy to use Profanity!\"",