Package: irssi-scripts
Version: 20070925
Severity: normal
Tags: patch
The sentence nickident.pl is expecting to confirm acceptance of a
nickserv ident password ends with a period (.) but the nickserv bot from
the dancer-services package does not end this sentence with a period. A
trivial patch is included to correct this issue.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.20.2
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages irssi-scripts depends on:
ii irssi 0.8.12-3 terminal based IRC client
Versions of packages irssi-scripts recommends:
ii libwww-perl 5.808-1 WWW client/server library for Perl
-- no debconf information
--- /usr/share/irssi/scripts/nickident.pl 2007-09-24 22:20:38.000000000
+0000
+++ .irssi/scripts/autorun/nickident.pl 2008-03-21 00:13:03.000000000 +0000
@@ -91,7 +91,7 @@
Irssi::signal_stop();
} elsif ($text =~ /nick, type.+msg NickServ
IDENTIFY.+password.+Otherwise,|please choose a different nick./i) {
Irssi::signal_stop();
- } elsif ($text =~ /Password accepted - you are now recognized./
||
+ } elsif ($text =~ /Password accepted - you are now recognized/
||
$text =~ /Wow, you managed to remember your password.
That's a miracle by your usual standard./ ||
$text =~ /You are sucessfully identified as/ ) {
Irssi::print("$name: Got a positive response from
$nick/" . $server->{'tag'});