]> git.donarmstrong.com Git - infobot.git/blobdiff - src/IRC/Schedulers.pl
merge in changes from 1810:1870
[infobot.git] / src / IRC / Schedulers.pl
index 925ce1e97ca12153b424c7afc827a9bbfc989072..14721dceea5844324407fda5edb39a89086ef4e4 100644 (file)
@@ -752,9 +752,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();