mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
command: adapt mood description
This commit is contained in:
parent
7a4cfc14d1
commit
b766807bc3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user