From: ZDLeaf Date: Mon, 13 Jul 2020 08:17:33 +0000 (+0100) Subject: update version number and contact info X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=daec3e103fdc5103a707af788841d736640baf6f;p=irssi-scripts.irssi.org.git update version number and contact info --- diff --git a/scripts/urlwindow.pl b/scripts/urlwindow.pl index b28310d..89a2134 100644 --- a/scripts/urlwindow.pl +++ b/scripts/urlwindow.pl @@ -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/", );