]> git.donarmstrong.com Git - infobot.git/commitdiff
* Add back in missing semicolon
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 11 Jun 2006 02:51:43 +0000 (02:51 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 11 Jun 2006 02:51:43 +0000 (02:51 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1291 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/Schedulers.pl

index 9064fe290bbd6f58390dbd96cf7b6d028e1951b6..1327833e457e29ef50dcf9bb45815c2c4d432837 100644 (file)
@@ -719,6 +719,7 @@ sub ircCheck {
            if (!exists $channels{''}) {
                &DEBUG('ircCheck: this should never happen!');
            }
+      }
     if ($ident !~ /^\Q$param{ircNick}\E$/) {
        # this does not work unfortunately.
        &WARN("ircCheck: ident($ident) != param{ircNick}($param{ircNick}).");