From: bw1 Date: Fri, 17 Mar 2017 10:54:11 +0000 (+0100) Subject: [hddtemp] a small correction X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=974f18cf3566bdbd14dca40d006b86eabb5d60a1;p=irssi-scripts.irssi.org.git [hddtemp] a small correction --- diff --git a/_testing/config.yml b/_testing/config.yml index 742e127..5f113de 100644 --- a/_testing/config.yml +++ b/_testing/config.yml @@ -41,7 +41,6 @@ whitelist: - connectcmd - dau - dnsspam - - hddtemp - hitcount - irc_chess - ircgallery 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" );