]> git.donarmstrong.com Git - infobot.git/blobdiff - src/IRC/Schedulers.pl
fixme: need to allow disply of other %conns
[infobot.git] / src / IRC / Schedulers.pl
index 2436151be9d842ba823c8ec9cbe46a776f295153..d911030fa1ba590cd401083b9c11e398c5f2c2a9 100644 (file)
@@ -723,9 +723,9 @@ sub ircCheck {
         $conn = $conns{$_};
         my $mynick = $conn->nick();
         &DEBUG("ircCheck for $_");
-        my @join =
-          &getJoinChans(900)
-          ;    # Display with min of 900sec delay between redisplay
+        # Display with min of 900sec delay between redisplay
+        # FIXME: should only use 900sec when we are on the LAST %conns
+        my @join = &getJoinChans(900);
         if ( scalar @join ) {
             &FIXME( 'ircCheck: found channels to join! ' . join( ',', @join ) );
             &joinNextChan();