diff options
| author | wilk | 2017-03-11 21:37:51 +0100 |
|---|---|---|
| committer | GitHub | 2017-03-11 21:37:51 +0100 |
| commit | ddf111c5a04753981ffcddc9af1f16608b2518cc (patch) | |
| tree | 029c3f0a6c34eb008c0087eb5cda7b90b4c23d87 /scripts/dccself.pl | |
| parent | ba002c7c1711c2ecd8228f09bc12928d53e82799 (diff) | |
| parent | 7d56ba19ec8048a9135aab37aac0d337224ed38b (diff) | |
| download | scripts.irssi.org-ddf111c5a04753981ffcddc9af1f16608b2518cc.tar.bz2 | |
Merge pull request #3 from wilkowy/master
Resync with master.
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", |
