summaryrefslogtreecommitdiffstats
path: root/debian/patches/mangle.pl.diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches/mangle.pl.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/mangle.pl.diff b/debian/patches/mangle.pl.diff
new file mode 100644
index 0000000..4c8fab4
--- /dev/null
+++ b/debian/patches/mangle.pl.diff
@@ -0,0 +1,14 @@
+Description: add a use Irssi::TextUI to mangle.pl,
+Forwarded: not-needed
+Author: ""
+Last-Update: 2010-05-12
+--- a/scripts/mangle.pl
++++ b/scripts/mangle.pl
+@@ -11,6 +11,7 @@
+ use Irssi::TextUI;
+ use POSIX;
+ use Data::Dumper;
++use Irssi::TextUI;
+
+ use vars qw($VERSION %IRSSI %HELP %channels %translations);
+ $VERSION = '2019071201';