From: vague666 Date: Sun, 11 Nov 2018 15:14:40 +0000 (+0100) Subject: change tab to spaces X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a6ae613127f0d96e04929ad84e693a9c871d1413;p=irssi-scripts.irssi.org.git change tab to spaces --- diff --git a/scripts/mass_hilight_blocker.pl b/scripts/mass_hilight_blocker.pl index a0311d8..559d02d 100644 --- a/scripts/mass_hilight_blocker.pl +++ b/scripts/mass_hilight_blocker.pl @@ -49,7 +49,7 @@ sub sig_printtext { if ($num_nicks>=($max_num_nicks)) # all criteria match? { - $dest->{level} = MSGLEVEL_CLIENTCRAP; + $dest->{level} = MSGLEVEL_CLIENTCRAP; Irssi::signal_continue($dest, $text, $stripped); # continue with changed level $window->print('mass-hilighting in above message ('.$num_nicks.' nicks)',MSGLEVEL_CLIENTCRAP); }