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