Skip to content

Commit

Permalink
ls.pl: update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
xenu committed Sep 17, 2017
1 parent c699726 commit 8bf9f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ls.pl
@@ -1,15 +1,15 @@
use strict;
use vars qw($VERSION %IRSSI);
use Irssi 20020120;
$VERSION = "0.02";
$VERSION = "0.03";
%IRSSI = (
authors => "c0ffee",
contact => "c0ffee\@penguin-breeder.org",
name => "List nicks in channel",
description => "Use /ls <regex> 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",
);


Expand Down

0 comments on commit 8bf9f9c

Please sign in to comment.