From 97abb3c2b1d547d1bffba3b5a5294c396a17501b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 25 Jan 2007 01:46:01 +0000 Subject: [PATCH] update auto_bleh because oftc now supports +/-q --- .irssi/scripts/auto_bleh.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.irssi/scripts/auto_bleh.pl b/.irssi/scripts/auto_bleh.pl index 1bf9e62..97200e0 100644 --- a/.irssi/scripts/auto_bleh.pl +++ b/.irssi/scripts/auto_bleh.pl @@ -140,8 +140,9 @@ sub do_auto_bleh { # turn them into ban and kick, respectively. if ($server->{address} !~ $defaults{SMELLSLIKEFN}) { my %fn_mapping = (remove => 'kick', - quiet => 'ban', - unquiet => 'unban', + # OFTC now supports +q/-q. + #quiet => 'ban', + #unquiet => 'unban', timeout => 'btimeout', ); for my $key (keys %fn_mapping) { -- 2.39.2