diff options
| author | bw1 | 2017-03-05 13:58:24 +0100 |
|---|---|---|
| committer | bw1 | 2017-03-05 13:58:24 +0100 |
| commit | 1a202f3e1ce94df47930d55db9067a95d3a05e81 (patch) | |
| tree | 14d6972a49d07db457d4191f0da04bff87094f37 /scripts/dccself.pl | |
| parent | 2716cf49e885fe28ce74932cc0a9ae569f547e90 (diff) | |
| download | scripts.irssi.org-1a202f3e1ce94df47930d55db9067a95d3a05e81.tar.bz2 | |
dccself
add $VERSION
Diffstat (limited to 'scripts/dccself.pl')
| -rw-r--r-- | scripts/dccself.pl | 3 |
1 files changed, 2 insertions, 1 deletions
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", |
