/EXEC -out now sends /msg -nick | -channel so it works properly with silc

channels.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2668 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-04-12 19:45:59 +00:00 committed by cras
commit d5c15a8ee3
2 changed files with 15 additions and 3 deletions

View file

@ -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;