From: Alexander Færøy Date: Sat, 31 May 2014 12:12:47 +0000 (+0200) Subject: Remove X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a3bcec5f3939f40694e5ad59a9315b600580b530;p=irssi-scripts.irssi.org.git Remove --- diff --git a/index.html b/index.html index 06b1bbd..6b80b66 100644 --- a/index.html +++ b/index.html @@ -13,28 +13,28 @@ layout: default
How do I run scripts?
Put them into ~/.irssi/scripts/ and in irssi do - /script load script.pl . There is a default alias for - /script load to /run in newer versions of + /script load script.pl . There is a default alias for + /script load to /run in newer versions of irssi.
How do I run scripts?
-
Put them into ~/.irssi/scripts/ and in irssi do /script - load script.pl . There is a default alias for - /script load to /run in newer versions of +
Put them into ~/.irssi/scripts/ and in irssi do /script + load script.pl . There is a default alias for + /script load to /run in newer versions of irssi.
How do I rerun scripts?
-
Just do /script load script.pl .
+
Just do /script load script.pl .
How do I unload scripts?
-
Just do /script unload script.pl .
+
Just do /script unload script.pl .
How do I run scripts automatically at startup?
Put them into ~/.irssi/scripts/autorun/ directory. Or better would be if you placed them in ~/.irssi/scripts/ and created symlinks to autorun - directory (eg. cd ~/.irssi/scripts/autorun/ ; ln -s - ../script.pl .)
+ directory (eg. cd ~/.irssi/scripts/autorun/ ; ln -s + ../script.pl .)