mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
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
This commit is contained in:
parent
73703bd87a
commit
a5f8ae8d01
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@
|
||||||
|
|
||||||
Place new scripts to ~/.irssi/scripts/, or /usr/lib/irssi/scripts/
|
Place new scripts to ~/.irssi/scripts/, or /usr/lib/irssi/scripts/
|
||||||
directory and run then with /RUN script. Or you could also run the
|
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
|
Using /PERLFLUSH closes and reopens the perl interpreter removing all
|
||||||
Perl scripts from memory. There's currently no way to unload a single Perl
|
Perl scripts from memory. There's currently no way to unload a single Perl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue