summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..d86738e
--- /dev/null
+++ b/index.html
@@ -0,0 +1,43 @@
+---
+layout: default
+---
+
+<div class="container">
+ <div class="row">
+ <div class="page-header">
+ <h1>Irssi's Script Repository</h1>
+ </div>
+ </div>
+
+ <div class="row">
+ <dl>
+ <dt>How do I run scripts?</dt>
+ <dd>Put them into <code>~/.irssi/scripts/</code> and in irssi do
+ <kbd>/script load script.pl</kbd> . There is a default alias for
+ <kbd>/script load</kbd> to <kbd>/run</kbd> in newer versions of
+ irssi.</dd>
+
+ <dt>How do I run scripts?</dt>
+ <dd>Put them into ~/.irssi/scripts/ and in irssi do <kbd>/script
+ load script.pl</kbd> . There is a default alias for
+ <kbd>/script load</kbd> to <kbd>/run</kbd> in newer versions of
+ irssi.</dd>
+
+ <dt>How do I rerun scripts?</dt>
+ <dd>Just do <kbd>/script load script.pl</kbd> .</dd>
+
+ <dt>How do I unload scripts?</dt>
+ <dd>Just do <kbd>/script unload script.pl</kbd> .</dd>
+
+ <dt>How do I run scripts automatically at startup?</dt>
+ <dd>Put them into <code>~/.irssi/scripts/autorun/</code> directory.
+ Or better would be if you placed them in
+ <code>~/.irssi/scripts/</code> and created symlinks to autorun
+ directory (eg. <kbd>cd ~/.irssi/scripts/autorun/ ; ln -s
+ ../script.pl .</kbd>)</dd>
+ </dl>
+
+ <hr>
+ </div>
+</div>
+