summaryrefslogtreecommitdiffstats
path: root/irssi
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-12 09:48:58 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-12 09:55:41 -0500
commit2879df2ff9eeed46ffd82e6e08ca07b81819fed9 (patch)
treea795aab54e31b9b20d8b7bd2659ba12bed2b5eb9 /irssi
parent26871691f7b6f7ad796bbbbaee558db2d55099d3 (diff)
downloadconf-2879df2ff9eeed46ffd82e6e08ca07b81819fed9.tar.gz
conf-2879df2ff9eeed46ffd82e6e08ca07b81819fed9.zip
use a rotating log file format, for easier backups
Diffstat (limited to 'irssi')
-rw-r--r--irssi/config5
1 files changed, 4 insertions, 1 deletions
diff --git a/irssi/config b/irssi/config
index 230aa59..a8194ae 100644
--- a/irssi/config
+++ b/irssi/config
@@ -250,7 +250,10 @@ settings = {
awaylog_level = "";
awaylog_file = "";
};
- "fe-common/core" = { autolog = "yes"; };
+ "fe-common/core" = {
+ autolog = "yes";
+ autolog_path = "~/irclogs/$tag/${0}-%Y-%m.log";
+ };
"perl/core/scripts" = {
chanact_abbreviate_names = "2";
chanact_show_all = "yes";