From: timriker Date: Mon, 19 May 2008 16:01:42 +0000 (+0000) Subject: fixme: need to allow disply of other %conns X-Git-Url: https://git.donarmstrong.com/?p=infobot.git;a=commitdiff_plain;h=a3b7cbdc04f29264990ff836bdd1e8c91cb9b337 fixme: need to allow disply of other %conns git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1833 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/IRC/Schedulers.pl b/src/IRC/Schedulers.pl index 2436151..d911030 100644 --- a/src/IRC/Schedulers.pl +++ b/src/IRC/Schedulers.pl @@ -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();