1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

command: adapt mood description

This commit is contained in:
Michael Vetter 2022-01-30 18:25:21 +01:00
parent 7a4cfc14d1
commit b766807bc3

View File

@ -2689,13 +2689,13 @@ static struct cmd_t command_defs[] = {
"/mood set <mood> [text]",
"/mood clean")
CMD_DESC(
"Set your mood (XEP-0107). Use tab to switch through predefined moods.")
"Set your mood (XEP-0107).")
CMD_ARGS(
{ "set <mood>", "Setting your mood." },
{ "<text>", "Additional Text." },
{ "set <mood> <", "Set user mood to <mood> with an optional [text]. Use /mood set <tab> to toggle through predfined moods." },
{ "clean", "Clean your user mood." })
CMD_EXAMPLES(
"/mood set happy \"So happy to use Profanity!\"",
"/mood set amazed",
"/mood clean")
},
// NEXT-COMMAND (search helper)