From: Tomasz Konojacki Date: Sun, 17 Sep 2017 04:18:46 +0000 (+0200) Subject: ls.pl: update metadata X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8bf9f9cba4c7b475475c3a538bee96e031104532;p=irssi-scripts.irssi.org.git ls.pl: update metadata --- diff --git a/scripts/ls.pl b/scripts/ls.pl index 05f4c2a..fb0649d 100644 --- a/scripts/ls.pl +++ b/scripts/ls.pl @@ -1,7 +1,7 @@ use strict; use vars qw($VERSION %IRSSI); use Irssi 20020120; -$VERSION = "0.02"; +$VERSION = "0.03"; %IRSSI = ( authors => "c0ffee", contact => "c0ffee\@penguin-breeder.org", @@ -9,7 +9,7 @@ $VERSION = "0.02"; description => "Use /ls to show all nicks (including ident\@host) matching regex in the current channel", license => "Public Domain", url => "http://www.penguin-breeder.org/irssi/", - changed => "Fri Sep 06 15:36 CEST 2002", + changed => "Sun Sep 17 06:31 CEST 2017", );