summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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