mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
/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:
parent
dfed19a3c8
commit
d5c15a8ee3
2 changed files with 15 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue