mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
/EXEC -quiet now hides the output entirely.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2724 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c5a6c78ba4
commit
2321deb9d3
2 changed files with 6 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ struct PROCESS_REC {
|
|||
unsigned int shell:1; /* start the program via /bin/sh */
|
||||
unsigned int notice:1; /* send text with /notice, not /msg if target is set */
|
||||
unsigned int silent:1; /* don't print "process exited with level xx" */
|
||||
unsigned int quiet:1; /* don't print process output at all */
|
||||
unsigned int target_channel:1; /* target is a channel */
|
||||
unsigned int target_nick:1; /* target is a nick */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue