mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Update help for /exec - clarify use of % prefix for id in command syntax.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5173 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
be5b3cf8b8
commit
c6986ff767
@ -529,8 +529,8 @@ static void handle_exec(const char *args, GHashTable *optlist,
|
||||
/* SYNTAX: EXEC [-] [-nosh] [-out | -msg <target> | -notice <target>]
|
||||
[-name <name>] <cmd line>
|
||||
EXEC -out | -window | -msg <target> | -notice <target> |
|
||||
-close | -<signal> <id>
|
||||
EXEC -in <id> <text to send to process> */
|
||||
-close | -<signal> %<id>
|
||||
EXEC -in %<id> <text to send to process> */
|
||||
static void cmd_exec(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
|
||||
{
|
||||
GHashTable *optlist;
|
||||
|
Loading…
Reference in New Issue
Block a user