commit af5a3bae9664cc0adaff86c53b36307c47fce31f parent af559e00b3e131e3f0776c1e54db7e7a80ae6b7e Author: pyratebeard <root@pyratebeard.net> Date: Mon, 16 Oct 2017 20:05:00 +0100 fixed log path Diffstat:
M | irssi/.irssi/config | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/irssi/.irssi/config b/irssi/.irssi/config @@ -106,7 +106,7 @@ settings = { }; "fe-common/core" = { theme = "rev1.theme"; - autolog_path = "/var/logs/irc/$tag/$0.log"; + autolog_path = "/var/log/irc/$tag/$0.log"; autolog = "yes"; }; };