summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorbw12017-03-17 22:31:47 +0100
committerbw12017-03-17 22:31:47 +0100
commit9e12ca54a5b66aa10b102f01867d8c123146d9dd (patch)
tree84dfa7089146e72e3b17965709af438d746a5834 /scripts
parent6bc10c44ab71d688135e7668053789890d3adbd4 (diff)
downloadscripts.irssi.org-9e12ca54a5b66aa10b102f01867d8c123146d9dd.tar.bz2
[mangle] a small correction
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mangle.pl6
1 files changed, 4 insertions, 2 deletions
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'
);