File: mangle.pl.diff

package info (click to toggle)
irssi-scripts 20231031
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,120 kB
  • sloc: perl: 73,010; sh: 193; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
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';