]> git.donarmstrong.com Git - irc.git/blobdiff - .irssi/scripts/auto_bleh.pl
use normal timeout instead of btimeout
[irc.git] / .irssi / scripts / auto_bleh.pl
index 97200e02e9718557f1ad81d0a2d35b3aee096b3b..1ea3a1c264a36eab272446ec3fc649da3a831101 100644 (file)
@@ -143,7 +143,7 @@ sub do_auto_bleh {
                            # OFTC now supports +q/-q.
                            #quiet   => 'ban',
                            #unquiet => 'unban',
-                           timeout => 'btimeout',
+                           #timeout => 'btimeout',
                           );
          for my $key (keys %fn_mapping) {
               if ($$cmd{$key}) {
@@ -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} +*!*@".$action->{hostname}) if $action->{hostname} ne ''; #quiet hostname
          }
 
      }