]> git.donarmstrong.com Git - irc.git/commitdiff
ignore oftc too; add more ignores to cafeugo.pl
authorDon Armstrong <don@donarmstrong.com>
Wed, 27 Feb 2008 03:25:11 +0000 (03:25 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 27 Feb 2008 03:25:11 +0000 (03:25 +0000)
.irssi/scripts/cafuego.pl

index cdadc270085e87e3c1ebb02b900e50e81fa1d47c..455a64484cd5a39fcb2743392c43bffd7dfb3a60 100644 (file)
@@ -16,7 +16,7 @@ my $bx_count = 0;
 
 sub scan_bitchx {
   my ($server,$msg,$nick,$address,$target) = @_;
-  if ($msg =~ /BitchX/ || $msg =~ /bitchx/ || $msg =~ /BX/ ) {
+  if ($msg =~ /BitchX/ || $msg =~ /bitchx/ || $msg =~ /BX/ || $msg =~ /Bersirc/i) {
     Irssi::print("Stopped moron BitchX message from ".$nick." [".++$bx_count."]");
     Irssi::signal_stop();
   }