diff options
| author | bw1 | 2017-03-17 22:31:47 +0100 |
|---|---|---|
| committer | bw1 | 2017-03-17 22:31:47 +0100 |
| commit | 9e12ca54a5b66aa10b102f01867d8c123146d9dd (patch) | |
| tree | 84dfa7089146e72e3b17965709af438d746a5834 /scripts | |
| parent | 6bc10c44ab71d688135e7668053789890d3adbd4 (diff) | |
| download | scripts.irssi.org-9e12ca54a5b66aa10b102f01867d8c123146d9dd.tar.bz2 | |
[mangle] a small correction
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mangle.pl | 6 |
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' ); |
