]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
[autoclearinput] use Irssi::TextUI
authorbw1 <redacted>
Mon, 11 Feb 2019 09:29:06 +0000 (10:29 +0100)
committerbw1 <redacted>
Mon, 11 Feb 2019 09:30:42 +0000 (10:30 +0100)
scripts/autoclearinput.pl

index f01df5d65758938d20b9eddd9e01c7c3b77070a3..aeac9c456fef4b36148953f8309a14233777015f 100644 (file)
 #
 
 use strict;
+use Irssi;
+use Irssi::TextUI;
+
 use vars qw($VERSION %IRSSI);
 
-$VERSION = '1.0.1';
+$VERSION = '1.0.2';
 %IRSSI = (
        authors         => 'Trevor "tee" Slocum',
        contact         => 'tslocum@gmail.com',
@@ -21,7 +24,7 @@ $VERSION = '1.0.1';
        description     => 'Automatically clears pending input when you are away.',
        license         => 'GPLv3',
        url             => 'https://github.com/tslocum/irssi-scripts',
-       changed         => '2014-05-13'
+       changed         => '2019-02-11'
 );
 
 my ($autoclear_tag, $autoclear_last_input);
git clone https://git.99rst.org/PROJECT