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