mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Logging fixes. Autologging with same named channels in different
networks should work correctly. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@765 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f1b328beda
commit
0977ab90e5
7 changed files with 289 additions and 106 deletions
|
|
@ -55,7 +55,7 @@ static void event_away(const char *data, IRC_SERVER_REC *server)
|
|||
return; /* already open */
|
||||
|
||||
if (log == NULL) {
|
||||
log = log_create_rec(fname, level, NULL);
|
||||
log = log_create_rec(fname, level);
|
||||
log->temp = TRUE;
|
||||
log_update(log);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue