summaryrefslogtreecommitdiff
path: root/docs/faq.html
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-04-12 19:06:18 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-04-12 19:06:18 +0000
commitb1a5d317faf87ab043edaa4e9236b8df9cc8f40e (patch)
tree8e5156476d575c6dfe7c390deef7bbd05adad2d4 /docs/faq.html
parentaa95b7f3054970b3d16980c02be94a6d521d6ef9 (diff)
downloadirssi-b1a5d317faf87ab043edaa4e9236b8df9cc8f40e.zip
added "how do i autorun scripts"
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2666 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/faq.html')
-rw-r--r--docs/faq.html6
1 files changed, 6 insertions, 0 deletions
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.</p>
don't have much interest in coding it, and
<a href="http://www.gnu.org/software/screen/screen.html">screen</a> works
just fine so why bother?</p>
+
+<h3>Q: How do I run scripts automatically at startup?</h3>
+
+<p>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 .)</p>