]> git.donarmstrong.com Git - infobot.git/blobdiff - src/IRC/Schedulers.pl
* Add back in missing semicolon
[infobot.git] / 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}).");