summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2017-10-11 23:53:41 +0100
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2017-10-11 23:53:41 +0100
commit711b2d7df7da4a3010214909ed1b260c55f6befa (patch)
treed44c3c9830afd66e849c1b5c51e0ef1431362518 /docs
parent9895e7b28a3767bbe4430cbffd3662b4ef92b37f (diff)
downloadirssi-711b2d7df7da4a3010214909ed1b260c55f6befa.zip
Document that one needs to change the awaylog_file path for "/away"
to work with Capsicum.
Diffstat (limited to 'docs')
-rw-r--r--docs/capsicum.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/capsicum.txt b/docs/capsicum.txt
index 3093bfe5..a3a1b8a7 100644
--- a/docs/capsicum.txt
+++ b/docs/capsicum.txt
@@ -7,6 +7,7 @@ or the libraries it depends on.
To make Irssi enter capability mode on startup, add
capsicum = "yes";
+awaylog_file = "~/irclogs/away.log";
to your ~/.irssi/config and restart the client. Alternatively you can
enter it "by hand", using the "/capsicum enter" command. From the security