From: Geert Hauwaerts Date: Mon, 29 Jun 2015 18:02:06 +0000 (+0200) Subject: Updated trackbar.pl to v1.9 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=48e4db3528c8ad0007e49b90e701022441c71ddf;p=irssi-scripts.irssi.org.git Updated trackbar.pl to v1.9 Updated trackbar.pl to v1.9 --- diff --git a/scripts/trackbar.pl b/scripts/trackbar.pl index de7e2f5..ee66091 100644 --- a/scripts/trackbar.pl +++ b/scripts/trackbar.pl @@ -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 @@ -123,12 +124,12 @@ 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, " .