From b1a5d317faf87ab043edaa4e9236b8df9cc8f40e Mon Sep 17 00:00:00 2001
From: Timo Sirainen
Date: Fri, 12 Apr 2002 19:06:18 +0000
Subject: [PATCH] added "how do i autorun scripts"
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2666 dbcabf3a-b0e7-0310-adc4-f8d773084564
---
docs/faq.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/faq.html b/docs/faq.html
index 3a808550..80c1fd33 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -118,3 +118,9 @@ join channels whose operators are that evil.
don't have much interest in coding it, and
screen works
just fine so why bother?
+
+Q: How do I run scripts automatically at startup?
+
+A: Put them into ~/.irssi/scripts/autorun/ directory. Or better would be
+if you placed them in ~/.irssi/scripts/ and created symlinks to autorun
+directory (eg. cd ~/.irssi/scripts/autorun/ ; ln -s ../script.pl .)