special variables $tag and ${0} are empty
MK <[email protected]> Mon, 27 May 2013 19:00:41 +0200
| Newsgroups | gmane.network.irc.irssi.user |
|---|---|
| Message-ID | <[email protected]> |
contents of 'startup':
set autolog on
set autolog_path ~/Documents/irclogs/$tag/${0}/${0}-%Y-%m-%d
but there will be only one log file created, named
~/Documents/irclogs/-2013-05-26
in 'config' in 'settings' I also have:
"fe-common/core" = {
autolog = "yes";
autolog_path = "~/Documents/irclogs/$tag/${0}/${0}-%Y-%m-%d";
};