From 9e12ca54a5b66aa10b102f01867d8c123146d9dd Mon Sep 17 00:00:00 2001 From: bw1 Date: Fri, 17 Mar 2017 22:31:47 +0100 Subject: [mangle] a small correction --- scripts/mangle.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts/mangle.pl') diff --git a/scripts/mangle.pl b/scripts/mangle.pl index 00158a5..f318c7e 100644 --- a/scripts/mangle.pl +++ b/scripts/mangle.pl @@ -7,18 +7,20 @@ use strict; use locale; use Irssi 20020324; +use Irssi::TextUI; use POSIX; use Data::Dumper; use vars qw($VERSION %IRSSI %HELP %channels %translations); -$VERSION = '2004031701'; +$VERSION = '2017031701'; %IRSSI = ( authors => 'Szymon Sokol', contact => 'szymon@hell.pl', name => 'mangle', description => 'translates your messages into Morse code, rot13 and other sillinesses.', license => 'GPLv2', - url => 'http://irssi.org/scripts/', changed => $VERSION, + url => 'http://irssi.org/scripts/', + changed => $VERSION, modules => 'Data::Dumper' ); -- cgit v1.2.3