From 1a202f3e1ce94df47930d55db9067a95d3a05e81 Mon Sep 17 00:00:00 2001 From: bw1 Date: Sun, 5 Mar 2017 13:58:24 +0100 Subject: dccself add $VERSION --- scripts/dccself.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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", -- cgit v1.2.3