From 94fcb5d51ab02b58574d5e483b6879f89d6b6a27 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 23 Mar 2001 01:07:33 +0000 Subject: [PATCH] notice of ~/.irssi/startup git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1418 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/perl.txt | 10 ++++++---- 1 file 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