Added /EXEC -level option.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2096 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-19 20:37:55 +00:00 committed by cras
commit 360083dea8
2 changed files with 9 additions and 6 deletions

View file

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