diff options
Diffstat (limited to 'scripts/notes.pl')
| -rw-r--r-- | scripts/notes.pl | 3 | 
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; | 
