From: Don Armstrong Date: Thu, 25 Jan 2007 01:46:01 +0000 (+0000) Subject: update auto_bleh because oftc now supports +/-q X-Git-Url: https://git.donarmstrong.com/?p=irc.git;a=commitdiff_plain;h=97abb3c2b1d547d1bffba3b5a5294c396a17501b;hp=7fc6ad2ce9fa3c4d6829a16df9554b115b97b2e1 update auto_bleh because oftc now supports +/-q --- 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) {