mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -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 set <mood> [text]",
|
||||||
"/mood clean")
|
"/mood clean")
|
||||||
CMD_DESC(
|
CMD_DESC(
|
||||||
"Set your mood (XEP-0107). Use tab to switch through predefined moods.")
|
"Set your mood (XEP-0107).")
|
||||||
CMD_ARGS(
|
CMD_ARGS(
|
||||||
{ "set <mood>", "Setting your mood." },
|
{ "set <mood> <", "Set user mood to <mood> with an optional [text]. Use /mood set <tab> to toggle through predfined moods." },
|
||||||
{ "<text>", "Additional Text." },
|
|
||||||
{ "clean", "Clean your user mood." })
|
{ "clean", "Clean your user mood." })
|
||||||
CMD_EXAMPLES(
|
CMD_EXAMPLES(
|
||||||
"/mood set happy \"So happy to use Profanity!\"",
|
"/mood set happy \"So happy to use Profanity!\"",
|
||||||
|
"/mood set amazed",
|
||||||
"/mood clean")
|
"/mood clean")
|
||||||
},
|
},
|
||||||
// NEXT-COMMAND (search helper)
|
// NEXT-COMMAND (search helper)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user