From: Don Armstrong Date: Wed, 27 Feb 2008 03:25:11 +0000 (+0000) Subject: ignore oftc too; add more ignores to cafeugo.pl X-Git-Url: https://git.donarmstrong.com/?p=irc.git;a=commitdiff_plain;h=da4f0085d8a44e05377a4e704e04ea761d956d9b;ds=sidebyside ignore oftc too; add more ignores to cafeugo.pl --- diff --git a/.irssi/scripts/cafuego.pl b/.irssi/scripts/cafuego.pl index cdadc27..455a644 100644 --- a/.irssi/scripts/cafuego.pl +++ b/.irssi/scripts/cafuego.pl @@ -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(); }