diff options
| author | Geert Hauwaerts | 2015-06-29 20:02:06 +0200 |
|---|---|---|
| committer | Geert Hauwaerts | 2015-06-29 20:02:06 +0200 |
| commit | 48e4db3528c8ad0007e49b90e701022441c71ddf (patch) | |
| tree | 8118009e3ff02c9a484bd449827793806ac32284 /scripts/trackbar.pl | |
| parent | ea7c480928e7dcabf5208bc3be37d9f301e813c2 (diff) | |
| download | scripts.irssi.org-48e4db3528c8ad0007e49b90e701022441c71ddf.tar.bz2 | |
Updated trackbar.pl to v1.9
Updated trackbar.pl to v1.9
Diffstat (limited to 'scripts/trackbar.pl')
| -rw-r--r-- | scripts/trackbar.pl | 5 |
1 files changed, 3 insertions, 2 deletions
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, " . |
