From: djmcgrath Date: Fri, 19 Oct 2007 11:44:19 +0000 (+0000) Subject: * Fix for missing closing } X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=aeb21d45f5bff5a7a9d9d5d069141ffe15c7ae9f;p=infobot.git * Fix for missing closing } git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1576 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/IRC/Schedulers.pl b/src/IRC/Schedulers.pl index b4f9614..fbf99bd 100644 --- a/src/IRC/Schedulers.pl +++ b/src/IRC/Schedulers.pl @@ -702,6 +702,7 @@ sub ircCheck { $cache{connect} = time(); } } + } if (grep /^\s*$/, keys %channels) { &WARN('ircCheck: we have a NULL chan in hash channels? removing!');