]> git.donarmstrong.com Git - infobot.git/commitdiff
fixme: need to allow disply of other %conns
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 19 May 2008 16:01:42 +0000 (16:01 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 19 May 2008 16:01:42 +0000 (16:01 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1833 c11ca15a-4712-0410-83d8-924469b57eb5

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();