1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

SYNTAX: ACTION updated - target is required

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1646 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-07-25 17:40:56 +00:00 committed by cras
parent 338e58cbad
commit fc4f81c751

View File

@ -70,7 +70,7 @@ static void cmd_me(const char *data, IRC_SERVER_REC *server, WI_ITEM_REC *item)
item->name, data); item->name, data);
} }
/* SYNTAX: ACTION [<target>] <message> */ /* SYNTAX: ACTION <target> <message> */
static void cmd_action(const char *data, IRC_SERVER_REC *server) static void cmd_action(const char *data, IRC_SERVER_REC *server)
{ {
char *target, *text; char *target, *text;