summaryrefslogtreecommitdiffstats
path: root/debian/patches/niq.pl.diff
blob: d9dbc533f3e2e9f446a3647c8016a923fbfe8f26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: add a use Irssi::TextUI to niq.pl,
Forwarded: not-needed
Last-Update: 2010-05-12
--- a/scripts/niq.pl
+++ b/scripts/niq.pl
@@ -117,6 +117,7 @@
 use Irssi;
 use Irssi::TextUI;
 use strict;
+use Irssi::TextUI;
 
 use vars qw($VERSION %IRSSI);