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:
Timo Sirainen 2000-10-17 23:37:21 +00:00 committed by cras
commit 0977ab90e5
7 changed files with 289 additions and 106 deletions

View file

@ -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);
}