From: bw1 Date: Sun, 21 Jan 2018 20:18:19 +0000 (+0100) Subject: [oidenty] small fixes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=135aade43e9500501e97decf14249eff33b2ebc5;p=irssi-scripts.irssi.org.git [oidenty] small fixes --- diff --git a/_testing/config.yml b/_testing/config.yml index 6efee92..33b3b20 100644 --- a/_testing/config.yml +++ b/_testing/config.yml @@ -39,7 +39,6 @@ whitelist: - ixmmsa - l33tmusic - log2ansi - - oidenty - 'on' - tvmusor - xmmsinfo diff --git a/scripts/oidenty.pl b/scripts/oidenty.pl index f4c812b..a7961b4 100644 --- a/scripts/oidenty.pl +++ b/scripts/oidenty.pl @@ -31,10 +31,14 @@ # you CAN have RACE CONDITIONS HERE. # so delay your connects a bit. # +use strict; +use warnings; +use Irssi qw ( signal_add ); +use IO::File; use vars qw ( $VERSION %IRSSI ); -$VERSION = "0.0.2"; +$VERSION = "0.0.3"; %IRSSI = ( authors => 'darix', contact => 'darix@irssi.org', @@ -43,12 +47,6 @@ $VERSION = "0.0.2"; license => 'BSD License', url => 'http://www.irssi.de' ); -# -use strict; -use warnings; - -use Irssi qw ( signal_add ); -use IO::File; signal_add 'server looking' => sub { my ( $server ) = @_;