From 6ff89a0ac5f3fb4892081165bbe0304e688b2d39 Mon Sep 17 00:00:00 2001 From: Jari Matilainen Date: Wed, 25 Nov 2015 11:42:09 +0100 Subject: Fixed problems reported by perlcritic --- scripts/notes.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/notes.pl') diff --git a/scripts/notes.pl b/scripts/notes.pl index d1ebae2..364ccf4 100644 --- a/scripts/notes.pl +++ b/scripts/notes.pl @@ -23,10 +23,11 @@ use vars qw($VERSION %IRSSI); $VERSION = '0.31'; %IRSSI = ( authors => 'vague', - contact => 'vague!#irssi\@freenode', + contact => 'vague!#irssi@freenode', name => 'notes', description => 'Keeps notes on users and displayes the note in /whois output if the host/nick matches', license => 'GPL2', + changed => "24 Nov 16:00:00 CET 2015", ); my $notes; -- cgit v1.2.3