From b8a5152b4fe335798f2b3da92334524686673018 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 14 Apr 2002 10:09:55 +0000 Subject: added code tags git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2675 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/faq.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/faq.html') diff --git a/docs/faq.html b/docs/faq.html index 80c1fd33..498667b7 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -121,6 +121,7 @@ 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 .)

+

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 .)

-- cgit v1.2.3