]> git.donarmstrong.com Git - infobot.git/commitdiff
* Fix for missing closing }
authordjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 19 Oct 2007 11:44:19 +0000 (11:44 +0000)
committerdjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 19 Oct 2007 11:44:19 +0000 (11:44 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1576 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/Schedulers.pl

index b4f9614bd7af3f6195b3225fd899d8b9e30f3a4b..fbf99bdbae79f96eeb879a23306bd42bc9313075 100644 (file)
@@ -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!');