]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
[ownage] add description
authorbw1 <redacted>
Sun, 15 Jul 2018 16:05:48 +0000 (18:05 +0200)
committerbw1 <redacted>
Sun, 15 Jul 2018 16:05:48 +0000 (18:05 +0200)
scripts/ownage.pl

index 363c0b36939efa1dd3bfe26552d2cb362bf4f39f..7a32b92154301e0451f29b182213ecb52f5354ac 100644 (file)
@@ -1,4 +1,4 @@
-# /OWNAGE [<output to channel>]\r
+# /OWNAGE\r
 # shows how many channels you're joined and how many in them you're op, and\r
 # how many nicks are in those channels (not including you)\r
 \r
@@ -6,12 +6,13 @@ use strict;
 use vars qw($VERSION %IRSSI);\r
 \r
 use Irssi;\r
-$VERSION = '20071209';\r
+$VERSION = '20180715';\r
 %IRSSI = (\r
     authors     => '',\r
     contact     => '',\r
-    name        => '',\r
-    description => '',\r
+    name        => 'ownage',\r
+    description => 'shows how many channels you\'re joined and how many in them you\'re op, and\r
+how many nicks are in those channels',\r
     license     => '',\r
     commands    => 'ownage',\r
 );\r
git clone https://git.99rst.org/PROJECT