]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
[oidenty] small fixes
authorbw1 <redacted>
Sun, 21 Jan 2018 20:18:19 +0000 (21:18 +0100)
committerbw1 <redacted>
Sun, 21 Jan 2018 20:18:19 +0000 (21:18 +0100)
_testing/config.yml
scripts/oidenty.pl

index 6efee92e27a3732ee6cf8485e8439e147900e1a5..33b3b2040d983a764c804e0206bfa031d9c95ecb 100644 (file)
@@ -39,7 +39,6 @@ whitelist:
   - ixmmsa
   - l33tmusic
   - log2ansi
-  - oidenty
   - 'on'
   - tvmusor
   - xmmsinfo
index f4c812b39e5608762a9b57f93fc376afcf02808f..a7961b415236dcd0edb8fb79ef21e9653960a62e 100644 (file)
 # 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 ) = @_;
git clone https://git.99rst.org/PROJECT