aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-07-08 10:14:00 +0000
committerTom Feist <shabble@metavore.org>2011-07-08 10:14:00 +0000
commit31c754b728b886eadfd728f6dbdefb28f8623f80 (patch)
treed2eb346b1986ae3c2fdc0cbd51e0f71b6b58cab9
parentload the shorteners list, and check it against the host part of any URIs before (diff)
downloadirssi-scripts-31c754b728b886eadfd728f6dbdefb28f8623f80.tar.gz
irssi-scripts-31c754b728b886eadfd728f6dbdefb28f8623f80.zip
update docs to mention urls file
-rw-r--r--longify/longify-urls.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/longify/longify-urls.pl b/longify/longify-urls.pl
index 69d7f94..8b2691f 100644
--- a/longify/longify-urls.pl
+++ b/longify/longify-urls.pl
@@ -19,6 +19,8 @@ for perl modules, or somewhere that is listed in the C<$PERL5LIB> environment va
They should be placed in a subdirectory named C<IrssiX/> in whichever module directory
you choose.
+=item * Copy the F<longify-urls.list> file into your F<~/.irssi/> directory.
+
=item * Copy this script into your F<~/.irssi/scripts/> directory and load with
C</SCRIPT LOAD F<filename>>.
@@ -67,7 +69,7 @@ THE SOFTWARE.
=item * User-configurable timeout
-=item * some sort of list of shorteners? (saves having to look up every single url)
+=item * deal with utf-8 (that stupid arrow site).
=back