From b766807bc32a1282f7989a6a37fc23f2107d286f Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 30 Jan 2022 18:25:21 +0100 Subject: [PATCH] command: adapt mood description --- src/command/cmd_defs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 4a51b9dd..4af09204 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2689,13 +2689,13 @@ static struct cmd_t command_defs[] = { "/mood set [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 ", "Setting your mood." }, - { "", "Additional Text." }, + { "set <", "Set user mood to with an optional [text]. Use /mood set 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)