Merges from Irssi CVS.
[crypto.git] / apps / irssi / src / fe-common / core / fe-exec.h
index bebd1f82cf6384c0835797a391dad11487e1025a..606b230211fd2db26a574abb416f8526d3cfc8b9 100644 (file)
@@ -38,6 +38,9 @@ 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 */
 };
 
 extern GSList *processes;