File: nickident.pl.diff

package info (click to toggle)
irssi-scripts 20100512
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,420 kB
  • ctags: 2,479
  • sloc: perl: 58,204; sh: 171; makefile: 33
file content (11 lines) | stat: -rw-r--r-- 628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/scripts/nickident.pl
+++ b/scripts/nickident.pl
@@ -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'});