]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Updated trackbar.pl to v1.9
authorGeert Hauwaerts <redacted>
Mon, 29 Jun 2015 18:02:06 +0000 (20:02 +0200)
committerGeert Hauwaerts <redacted>
Mon, 29 Jun 2015 18:02:06 +0000 (20:02 +0200)
Updated trackbar.pl to v1.9

scripts/trackbar.pl

index de7e2f508463e164e1ccc0da135c1ca4f07a3ea6..ee66091039985b10981321cc77b484721b78545c 100644 (file)
@@ -64,6 +64,7 @@
 #     Wohlgemuth (22 Sep 2012)
 #
 # Version history:
+#  1.9: - add version guard
 #  1.8: - sub draw_bar
 #  1.7: - Added /tb scroll, trackbar_hide_windows, trackbar_timestamp_timestamp
 #         and trackbar_timestamp_styled
 
 use strict;
 use 5.6.1;
-use Irssi;
+use Irssi 20140701;
 use Irssi::TextUI;
 use POSIX qw(strftime);
 use utf8;
 
-our $VERSION = "1.8";
+our $VERSION = "1.9";
 
 our %IRSSI = (
     authors     => "Peter 'kinlo' Leurs, Uwe Dudenhoeffer, " .
git clone https://git.99rst.org/PROJECT