mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02: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:
parent
338e58cbad
commit
fc4f81c751
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ static void cmd_me(const char *data, IRC_SERVER_REC *server, WI_ITEM_REC *item)
|
|||
item->name, data);
|
||||
}
|
||||
|
||||
/* SYNTAX: ACTION [<target>] <message> */
|
||||
/* SYNTAX: ACTION <target> <message> */
|
||||
static void cmd_action(const char *data, IRC_SERVER_REC *server)
|
||||
{
|
||||
char *target, *text;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue