From b846c4970bb8054ca2bacb8cebdbe4d9302f4cb6 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 7 Nov 2019 10:25:31 +0100 Subject: Fix setting of status message Seems this actually never worked. Now it does. `/status set online "This is my text"` `/status set away bye` `/status set away` --- src/command/cmd_defs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/command/cmd_defs.c') diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 2f103d22..0947b514 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -516,14 +516,14 @@ static struct cmd_t command_defs[] = CMD_TAG_CHAT, CMD_TAG_GROUPCHAT) CMD_SYN( - "/status set []", + "/status set [\"\"]", "/status get |") CMD_DESC( "/status get: Find out a contact, or room members presence information. " "/status set: set own status.") CMD_ARGS( { "", "Own status. Possible values: chat, online, away, dnd, xa" }, - { "", "Optional message to use with the status." }, + { "", "Optional message to use with the status. Needs quotation marks if it's more than one word." }, { "", "The contact who's presence you which to see." }, { "", "If in a chat room, the occupant who's presence you wish to see." }) CMD_EXAMPLES( -- cgit 1.4.1-2-gfad0