mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
xep-0107: adjust help
This commit is contained in:
parent
2f3de0eb0d
commit
67fea6f3c4
@ -2686,14 +2686,14 @@ static struct cmd_t command_defs[] = {
|
|||||||
CMD_TAGS(
|
CMD_TAGS(
|
||||||
CMD_TAG_CHAT)
|
CMD_TAG_CHAT)
|
||||||
CMD_SYN(
|
CMD_SYN(
|
||||||
"/mood set <mood> [\"Text\"]")
|
"/mood set <mood> [text]")
|
||||||
CMD_DESC(
|
CMD_DESC(
|
||||||
"Set your mood. Use the tab key to switch through the available moods")
|
"Set your mood (XEP-0107). Use tab to switch through predefined moods.")
|
||||||
CMD_ARGS(
|
CMD_ARGS(
|
||||||
{ "set <mood>", "Your mood" },
|
{ "set <mood>", "Setting your mood." },
|
||||||
{ "<text>", "Additional Text" })
|
{ "<text>", "Additional Text." })
|
||||||
CMD_EXAMPLES(
|
CMD_EXAMPLES(
|
||||||
"/mood set happy \"I'm happy\"")
|
"/mood set happy \"So happy to use Profanity!\"")
|
||||||
},
|
},
|
||||||
// NEXT-COMMAND (search helper)
|
// NEXT-COMMAND (search helper)
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user