]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
[hddtemp] a small correction
authorbw1 <redacted>
Fri, 17 Mar 2017 10:54:11 +0000 (11:54 +0100)
committerbw1 <redacted>
Fri, 17 Mar 2017 10:54:11 +0000 (11:54 +0100)
_testing/config.yml
scripts/hddtemp.pl

index 742e1272cc987cd1e61a7e2774cd0d94d00db96b..5f113def0bfe377672815ccc38d630499cd47833 100644 (file)
@@ -41,7 +41,6 @@ whitelist:
   - connectcmd
   - dau
   - dnsspam
-  - hddtemp
   - hitcount
   - irc_chess
   - ircgallery
index 2690ba43a95be20b93450fe32eacea34b9e32758..8563e973b3022615e826d7e3354e368d98fcbe00 100644 (file)
 
 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"
 );
git clone https://git.99rst.org/PROJECT