From: bw1 Date: Sun, 5 Mar 2017 12:58:24 +0000 (+0100) Subject: dccself X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1a202f3e1ce94df47930d55db9067a95d3a05e81;p=irssi-scripts.irssi.org.git dccself add $VERSION --- diff --git a/scripts/dccself.pl b/scripts/dccself.pl index e944133..1a6ccea 100644 --- a/scripts/dccself.pl +++ b/scripts/dccself.pl @@ -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",