File: hddtemp.pl.diff

package info (click to toggle)
irssi-scripts 20160301
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,624 kB
  • ctags: 2,564
  • sloc: perl: 61,025; sh: 184; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Add a use Irssi::TextUI to hddtemp.pl,
Forwarded: no
Last-Update: 2010-05-12
--- a/scripts/hddtemp.pl
+++ b/scripts/hddtemp.pl
@@ -50,6 +50,7 @@
 use Irssi;
 use IO::Socket::INET;
 use POSIX;
+use Irssi::TextUI;
 
 use vars qw($VERSION %IRSSI);
 $VERSION = "0.14";