1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00

notice of ~/.irssi/startup

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1418 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-03-23 01:07:33 +00:00 committed by cras
parent b9a54b623d
commit 94fcb5d51a

View File

@ -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