]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Update version
authorvague666 <redacted>
Sun, 11 Nov 2018 14:51:42 +0000 (15:51 +0100)
committervague666 <redacted>
Sun, 11 Nov 2018 14:51:42 +0000 (15:51 +0100)
scripts/mass_hilight_blocker.pl

index 98ab6d3dd26963ce99d7737386b04a21b705d04f..6a392746067fd9a04b64830c31150fef295bf40a 100644 (file)
 use strict;
 use Irssi;
 use vars qw($VERSION %IRSSI); 
-$VERSION = "0.3";
+$VERSION = "0.4";
 %IRSSI = (
         authors         => "Uli Baumann",
        contact         => "f-zappa\@irc-muenster.de",
        name            => "mass_hilight_blocker",
        description     => "Disables hilighting for messages containing a lot of nicknames",
        license         => "GPL",
-       changed         => "Wed Apr 27 02:30:00 CEST 2016",
+       changed         => "Sun Nov 11 15:30:00 CET 2018",
 );
 
 
@@ -60,4 +60,3 @@ sub sig_printtext {
 
 Irssi::signal_add_first('print text', 'sig_printtext');
 Irssi::settings_add_int('misc','mass_hilight_threshold',3);
-
git clone https://git.99rst.org/PROJECT