]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Increment for new version: 1.3
authormartin f. krafft <redacted>
Sun, 5 Sep 2021 22:46:14 +0000 (00:46 +0200)
committermartin f. krafft <redacted>
Sat, 11 Sep 2021 05:59:47 +0000 (07:59 +0200)
Signed-off-by: martin f. krafft <redacted>
scripts/ctrlact.pl

index 9326a26a234f7e0efc3154af12f9c334cabe7464..31a042eedc3243f95532804a64632840751c6fd0 100644 (file)
@@ -1,6 +1,6 @@
 # ctrlact.pl — Irssi script for fine-grained control of activity indication
 #
-# © 2017 martin f. krafft <madduck@madduck.net>
+# © 2017–2021 martin f. krafft <madduck@madduck.net>
 # Released under the MIT licence.
 #
 ### Usage:
@@ -111,7 +111,7 @@ use Carp qw( croak );
 use Irssi;
 use Text::ParseWords;
 
-our $VERSION = '1.2';
+our $VERSION = '1.3';
 
 our %IRSSI = (
     authors     => 'martin f. krafft',
@@ -120,7 +120,7 @@ our %IRSSI = (
     description => 'allows per-channel control over activity indication',
     license     => 'MIT',
     url         => 'https://github.com/irssi/scripts.irssi.org/blob/master/scripts/ctrlact.pl',
-    changed     => '2017-02-24'
+    changed     => '2021-09-06'
 );
 
 ### DEFAULTS AND SETTINGS ######################################################
git clone https://git.99rst.org/PROJECT