summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorbw12017-03-17 11:54:11 +0100
committerbw12017-03-17 11:54:11 +0100
commit974f18cf3566bdbd14dca40d006b86eabb5d60a1 (patch)
treedb917374862b64ff2535f9913a13908e809cb23b /scripts
parente783ca75cbb87b5d4e8e70cf95cadf16152d48e1 (diff)
downloadscripts.irssi.org-974f18cf3566bdbd14dca40d006b86eabb5d60a1.tar.bz2
[hddtemp] a small correction
Diffstat (limited to 'scripts')
-rw-r--r--scripts/hddtemp.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/hddtemp.pl b/scripts/hddtemp.pl
index 2690ba4..8563e97 100644
--- a/scripts/hddtemp.pl
+++ b/scripts/hddtemp.pl
@@ -48,18 +48,19 @@
use strict;
use Irssi;
+use Irssi::TextUI;
use IO::Socket::INET;
use POSIX;
use vars qw($VERSION %IRSSI);
-$VERSION = "0.14";
+$VERSION = "0.15";
%IRSSI = (
authors => "Valentin Batz",
contact => "vb\@g-23.org",
name => "hddtemp",
description => "adds a statusbar item which shows temperatures of harddisks (with multiple hddtemp-hosts support)",
license => "GPLv2",
- changed => "2004-06-21",
+ changed => "2017-03-16",
url => "http://hurzelgnom.bei.t-online.de/irssi/scripts/hddtemp.pl",
sbitems => "hddtemp"
);