mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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:
parent
b9a54b623d
commit
94fcb5d51a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user