Merges from Irssi CVS.
[crypto.git] / apps / irssi / src / fe-common / core / fe-exec.h
index a3b7edee1defb5a5fc61abacb0d8a01e887a0b18..606b230211fd2db26a574abb416f8526d3cfc8b9 100644 (file)
@@ -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 */
 };