]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
update version number and contact info
authorZDLeaf <redacted>
Mon, 13 Jul 2020 08:17:33 +0000 (09:17 +0100)
committerZDLeaf <redacted>
Mon, 13 Jul 2020 08:17:33 +0000 (09:17 +0100)
scripts/urlwindow.pl

index b28310d2bfefeae101ca15ea7213f40f542bf62a..89a2134702796c4120af245a397e5055ec4d8f41 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Print urls posted to channels or in /msg's to a window named "urls"
+# Logs all urls from #channels and /msgs in a separate window called "urls"
 #
 
 use Irssi;
@@ -7,12 +7,12 @@ use POSIX;
 use vars qw($VERSION %IRSSI);
 use strict;
 
-$VERSION = "1.1";
+$VERSION = "1.2";
 %IRSSI = (
     authors     => "zdleaf",
-    contact     => 'leaf@zincldn.co.uk', 
+    contact     => 'zdleaf@zinc.london', 
     name        => "urlwindow",
-    description => "Print urls to window named \"urls\"",
+    description => "Log all urls from #channels and /msgs in a separate window",
     license     => "Public Domain",
     url         => "http://irssi.org/",
 );
git clone https://git.99rst.org/PROJECT