summaryrefslogtreecommitdiffstats
path: root/scripts/notes.pl
diff options
context:
space:
mode:
authorJari Matilainen2015-11-25 11:42:09 +0100
committerJari Matilainen2015-11-25 11:42:09 +0100
commit6ff89a0ac5f3fb4892081165bbe0304e688b2d39 (patch)
tree2e17e1d82faeb18e311635a41123b90527628afb /scripts/notes.pl
parent4775c0a652fab0608acc57788a060f390dacea60 (diff)
downloadscripts.irssi.org-6ff89a0ac5f3fb4892081165bbe0304e688b2d39.tar.bz2
Fixed problems reported by perlcritic
Diffstat (limited to 'scripts/notes.pl')
-rw-r--r--scripts/notes.pl3
1 files changed, 2 insertions, 1 deletions
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;