summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/fe-exec.h')
-rw-r--r--src/fe-common/core/fe-exec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-common/core/fe-exec.h b/src/fe-common/core/fe-exec.h
index bebd1f82..a3b7edee 100644
--- a/src/fe-common/core/fe-exec.h
+++ b/src/fe-common/core/fe-exec.h
@@ -38,6 +38,8 @@ 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 target_channel:1; /* target is a channel */
+ unsigned int target_nick:1; /* target is a nick */
};
extern GSList *processes;