summaryrefslogtreecommitdiffstats
path: root/debian/patches/nickident.pl.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/nickident.pl.diff')
-rw-r--r--debian/patches/nickident.pl.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/nickident.pl.diff b/debian/patches/nickident.pl.diff
new file mode 100644
index 0000000..51a5932
--- /dev/null
+++ b/debian/patches/nickident.pl.diff
@@ -0,0 +1,19 @@
+Description:fix nickident.pl to work with dancer-services and
+fix typo in parsing ircd responses
+Forwarded: not-needed
+Author: The Fungi <fungi@yuggoth.org>
+Last-Update: 2008-03-23
+--- a/scripts/nickident.pl
++++ b/scripts/nickident.pl
+@@ -91,9 +91,9 @@
+ 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/ ) {
++ $text =~ /You are successfully identified as/ ) {
+ Irssi::print("$name: Got a positive response from $nick/" . $server->{'tag'});
+ join_channels($server);
+ Irssi::signal_stop();