From: Don Armstrong Date: Wed, 27 Jun 2007 02:24:51 +0000 (+0000) Subject: use +q instead of +b % X-Git-Url: https://git.donarmstrong.com/?p=irc.git;a=commitdiff_plain;h=2838915b261bfcc5b18b24d7c59566e1afdfc742 use +q instead of +b % --- diff --git a/.irssi/scripts/auto_bleh.pl b/.irssi/scripts/auto_bleh.pl index 97200e0..92ae494 100644 --- a/.irssi/scripts/auto_bleh.pl +++ b/.irssi/scripts/auto_bleh.pl @@ -232,7 +232,7 @@ sub take_action { Irssi::print("Quieting $action->{nick} on $action->{channel} with hostname $action->{hostname}") if $DEBUG; # Find hostname if ($action->{hostname}) { - $server->send_raw("MODE $action->{channel} +b %*!*@".$action->{hostname}) if $action->{hostname} ne ''; #quiet hostname + $server->send_raw("MODE $action->{channel} +q *!*@".$action->{hostname}) if $action->{hostname} ne ''; #quiet hostname } }