From: Jari Matilainen Date: Sun, 23 Apr 2017 20:41:20 +0000 (+0200) Subject: Fixed and %IRSSI X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=61a0592a8f1240f3a10744a9e752a2cbe81b7fce;p=irssi-scripts.irssi.org.git Fixed and %IRSSI --- diff --git a/scripts/notes.pl b/scripts/notes.pl index bfcb177..ea60379 100644 --- a/scripts/notes.pl +++ b/scripts/notes.pl @@ -23,10 +23,8 @@ no autovivification; use feature qw(fc); use Data::Dumper; -use vars qw($VERSION %IRSSI); - -my $VERSION = '1.0'; -my %IRSSI = ( +our $VERSION = '1.0'; +our %IRSSI = ( authors => 'vague', contact => 'vague!#irssi@freenode', name => 'notes',