diff options
| -rw-r--r-- | scripts/tabcompletenick.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/tabcompletenick.pl b/scripts/tabcompletenick.pl index a8c0295..860afc5 100644 --- a/scripts/tabcompletenick.pl +++ b/scripts/tabcompletenick.pl @@ -14,8 +14,10 @@ use Data::Dumper; { package Irssi::Nick; } -my $VERSION = '1.0'; -my %IRSSI = ( +use vars qw($VERSION %IRSSI); + +$VERSION = '1.1'; +%IRSSI = ( authors => 'vague', contact => 'vague!#irssi@freenode on irc', name => 'tabcompletenick', |
