Remember server for /EXEC targets.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3267 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2004-07-11 16:54:11 +00:00 committed by cras
commit f2e5137c21
2 changed files with 26 additions and 5 deletions

View file

@ -32,6 +32,7 @@ struct PROCESS_REC {
int level; /* what level to use when printing the text */
char *target; /* send text with /msg <target> ... */
char *target_server;
WINDOW_REC *target_win; /* print text to this window */
EXEC_WI_REC *target_item; /* print text to this exec window item */