summaryrefslogtreecommitdiff
path: root/docs/perl.txt
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-03-23 01:07:33 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-03-23 01:07:33 +0000
commit94fcb5d51ab02b58574d5e483b6879f89d6b6a27 (patch)
treecb48d4cb99e3815a43ee01f562b2ef50d3654135 /docs/perl.txt
parentb9a54b623d2fec21703e599188b73ee4cd68a73f (diff)
downloadirssi-94fcb5d51ab02b58574d5e483b6879f89d6b6a27.zip
notice of ~/.irssi/startup
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1418 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/perl.txt')
-rw-r--r--docs/perl.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/perl.txt b/docs/perl.txt
index 53029141..a14ead8d 100644
--- a/docs/perl.txt
+++ b/docs/perl.txt
@@ -2,10 +2,12 @@
--------------------
First you'll need to have Perl support on. By default irssi compiles
-Perl as a module, so /LOAD perl probably helps. After that you can run
-scripts with /RUN script (you don't need to give the .pl extension). If
-/RUN complains about "unknown command", you don't have Perl module
-loaded, or maybe Perl support wasn't compiled at all.
+Perl as a module, so /LOAD perl probably helps. If you want to do this
+automatically at startup put the "/LOAD perl" to ~/.irssi/startup file.
+After that you can run scripts with /RUN script (you don't need to give
+the .pl extension). If /RUN complains about "unknown command", you
+don't have Perl module loaded, or maybe Perl support wasn't compiled at
+all.
Place new scripts to ~/.irssi/scripts/ or /usr/local/lib/irssi/scripts/
directory. Scripts in ~/.irssi/scripts/autorun/ directory are