From: bw1 Date: Sun, 15 Jul 2018 16:05:48 +0000 (+0200) Subject: [ownage] add description X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f4ae12386551ebbd5b0d62b2eeb1d9f6e92672b7;p=irssi-scripts.irssi.org.git [ownage] add description --- diff --git a/scripts/ownage.pl b/scripts/ownage.pl index 363c0b3..7a32b92 100644 --- a/scripts/ownage.pl +++ b/scripts/ownage.pl @@ -1,4 +1,4 @@ -# /OWNAGE [] +# /OWNAGE # shows how many channels you're joined and how many in them you're op, and # how many nicks are in those channels (not including you) @@ -6,12 +6,13 @@ use strict; use vars qw($VERSION %IRSSI); use Irssi; -$VERSION = '20071209'; +$VERSION = '20180715'; %IRSSI = ( authors => '', contact => '', - name => '', - description => '', + name => 'ownage', + description => 'shows how many channels you\'re joined and how many in them you\'re op, and +how many nicks are in those channels', license => '', commands => 'ownage', );