]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
dccself
authorbw1 <redacted>
Sun, 5 Mar 2017 12:58:24 +0000 (13:58 +0100)
committerbw1 <redacted>
Sun, 5 Mar 2017 12:58:24 +0000 (13:58 +0100)
add $VERSION

scripts/dccself.pl

index e94413396622301b2737501ba9c73d9acfe58ab1..1a6ccea72fc75162e145e2551443548e535bc756 100644 (file)
@@ -1,7 +1,8 @@
 use strict;
-use vars qw/%IRSSI/;
+use vars qw/%IRSSI $VERSION/;
 use Irssi qw(command_bind active_server);
 
+$VERSION= "0.1";
 %IRSSI = (
        authors     => "David Leadbeater",
        contact     => "dgl\@dgl.cx",
git clone https://git.99rst.org/PROJECT