summaryrefslogtreecommitdiffstats
path: root/scripts/trackbar.pl
diff options
context:
space:
mode:
authorAlexander Færøy2015-01-26 22:09:16 +0100
committerAlexander Færøy2015-01-26 22:09:16 +0100
commit7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc (patch)
treebcf04620a18327d954a07cd24c32417355e56652 /scripts/trackbar.pl
parent9115699f7227fcefbaf8f8b4eb4d4eaafe0ede16 (diff)
parent3d9bef11e6848670b61e6267211a37b238372923 (diff)
downloadscripts.irssi.org-7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc.tar.bz2
Merge pull request #115 from ailin-nemui/initial_auto_scripts_yaml
Initial commit for automated scripts.yaml update
Diffstat (limited to 'scripts/trackbar.pl')
-rw-r--r--scripts/trackbar.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/trackbar.pl b/scripts/trackbar.pl
index 8f38a52..2c5375a 100644
--- a/scripts/trackbar.pl
+++ b/scripts/trackbar.pl
@@ -127,10 +127,10 @@ use Irssi;
use Irssi::TextUI;
use POSIX qw(strftime);
use utf8;
+use vars qw(%IRSSI $VERSION);
+$VERSION = "1.7";
-my $VERSION = "1.7";
-
-my %IRSSI = (
+%IRSSI = (
authors => "Peter 'kinlo' Leurs, Uwe Dudenhoeffer, " .
"Michiel Holtkamp, Nico R. Wohlgemuth",
contact => "irssi-trackbar\@supermind.nl",