Package: irssi-scripts
Version: 20090810
Severity: normal
Tags: patch

Hi,
bitlbee_join_notice.pl produces the following error:

| 01:46 -!- Irssi: Error in script bitlbee_join_notice:
| 01:46 Can't locate auto/Irssi/statusbar_i.al in @INC (@INC contains: 
/home/rlj/.irssi/scripts
|          /usr/share/irssi/scripts /usr/lib/perl/5.10 /etc/perl 
/usr/local/lib/perl/5.10.1
|          /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 
/usr/share/perl/5.10
|          /usr/local/lib/site_perl .) at 
/home/rlj/.irssi/scripts/autorun/bitlbee_join_notice.pl line 88

It's easily fixed by uncommenting the "#use Irssi::TextUI;" line in the
script. This is the same bug as #281097, just for a different script.

regards,
    Jan

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages irssi-scripts depends on:
ii  irssi                         0.8.14-1   terminal based IRC client

Versions of packages irssi-scripts recommends:
ii  libwww-perl                   5.834-1    Perl HTTP/WWW client/server librar

Versions of packages irssi-scripts suggests:
ii  dillo [www-browser]       0.8.6-3        Small and fast web browser
ii  elinks [www-browser]      0.12~pre5-1+b1 advanced text-mode WWW browser
ii  konqueror [www-browser]   4:4.3.2-1      KDE 4's advanced file manager, web
pn  libdbi-perl               <none>         (no description available)
ii  links2 [www-browser]      2.2-1+b1       Web browser running in both graphi
ii  net-tools                 1.60-23        The NET-3 networking toolkit
ii  perl                      5.10.1-8       Larry Wall's Practical Extraction 
ii  perl-modules              5.10.1-8       Core Perl modules

-- no debconf information

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments
--- /usr/share/irssi/scripts/bitlbee_join_notice.pl	2009-08-10 22:23:05.000000000 +0200
+++ bitlbee_join_notice.pl	2010-01-18 01:40:09.000000000 +0100
@@ -7,7 +7,7 @@
 #use Data::Dumper;
 
 use strict;
-#use Irssi::TextUI;
+use Irssi::TextUI;
 #use Irssi::Themes;
 
 use vars qw($VERSION %IRSSI);

Reply via email to