]> git.donarmstrong.com Git - irc.git/blobdiff - .irssi/scripts/cafuego.pl
ignore oftc too; add more ignores to cafeugo.pl
[irc.git] / .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();
   }