summaryrefslogtreecommitdiff
path: root/docs/PERL
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-03-10 20:38:03 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-03-10 20:38:03 +0000
commita5f8ae8d01069f69087ae288b6b6d788cf797835 (patch)
tree83739e5181f1f30bfce74fe76c701758ff8bb657 /docs/PERL
parent73703bd87a11ad7b104203461356f1e439a3da30 (diff)
downloadirssi-a5f8ae8d01069f69087ae288b6b6d788cf797835.zip
If you don't specify the path for Perl scripts, Irssi tries to find
them from ~/.irssi/scripts/ or /usr/lib/irssi/scripts/ directories. Irssi will also run automatically scripts in ~/.irssi/scripts/autorun/ at startup. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@138 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/PERL')
-rw-r--r--docs/PERL4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/PERL b/docs/PERL
index d3e59501..6e679205 100644
--- a/docs/PERL
+++ b/docs/PERL
@@ -3,7 +3,9 @@
Place new scripts to ~/.irssi/scripts/, or /usr/lib/irssi/scripts/
directory and run then with /RUN script. Or you could also run the
-script from another place by specifying the whole path to it.
+script from another place by specifying the whole path to it. Scripts
+in ~/.irssi/scripts/autorun/ directory are automatically run at
+startup.
Using /PERLFLUSH closes and reopens the perl interpreter removing all
Perl scripts from memory. There's currently no way to unload a single Perl