mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
/SET prompt, /SET prompt_window - Specifies the text in prompt.
'prompt' is used when channel or query is active in window and 'prompt_window' is used with empty windows. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1005 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
aac80846b8
commit
bbc33bff5e
17 changed files with 291 additions and 71 deletions
|
|
@ -350,7 +350,8 @@ static void autolog_open(void *server, const char *target)
|
|||
return;
|
||||
}
|
||||
|
||||
fname = parse_special_string(autolog_path, server, NULL, target, NULL);
|
||||
fname = parse_special_string(autolog_path, server, NULL,
|
||||
target, NULL, 0);
|
||||
if (log_find(fname) == NULL) {
|
||||
log = log_create_rec(fname, autolog_level);
|
||||
log_item_add(log, LOG_ITEM_TARGET, target, server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue