mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Move docs for /exec processes out of the IRC-specific section.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4593 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3d1753b080
commit
834ee1fe66
@ -909,6 +909,22 @@ Server::ignore_check(nick, host, channel, text, level)
|
|||||||
Return 1 if ignoring matched.
|
Return 1 if ignoring matched.
|
||||||
|
|
||||||
|
|
||||||
|
*** /EXEC processes
|
||||||
|
|
||||||
|
Process->{}
|
||||||
|
id - ID for the process
|
||||||
|
name - Name for the process (if given)
|
||||||
|
args - The command that is being executed
|
||||||
|
|
||||||
|
pid - PID for the executed command
|
||||||
|
target - send text with /msg <target> ...
|
||||||
|
target_win - print text to this window
|
||||||
|
|
||||||
|
shell - start the program via /bin/sh
|
||||||
|
notice - send text with /notice, not /msg if target is set
|
||||||
|
silent - don't print "process exited with level xx"
|
||||||
|
|
||||||
|
|
||||||
***
|
***
|
||||||
*** IRC specific functions. All objects below this are prefixed with Irc::
|
*** IRC specific functions. All objects below this are prefixed with Irc::
|
||||||
***
|
***
|
||||||
@ -1117,19 +1133,3 @@ Server::notifylist_ison_server(nick)
|
|||||||
|
|
||||||
Notifylist::ircnets_match(ircnet)
|
Notifylist::ircnets_match(ircnet)
|
||||||
Returns 1 if notify is checked in `ircnet'.
|
Returns 1 if notify is checked in `ircnet'.
|
||||||
|
|
||||||
|
|
||||||
*** /EXEC processes
|
|
||||||
|
|
||||||
Process->{}
|
|
||||||
id - ID for the process
|
|
||||||
name - Name for the process (if given)
|
|
||||||
args - The command that is being executed
|
|
||||||
|
|
||||||
pid - PID for the executed command
|
|
||||||
target - send text with /msg <target> ...
|
|
||||||
target_win - print text to this window
|
|
||||||
|
|
||||||
shell - start the program via /bin/sh
|
|
||||||
notice - send text with /notice, not /msg if target is set
|
|
||||||
silent - don't print "process exited with level xx"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user