From: dondelelcaro Date: Sun, 11 Jun 2006 02:51:43 +0000 (+0000) Subject: * Add back in missing semicolon X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5283560a9e8bc66de9616426c6116f04cd29d871;p=infobot.git * Add back in missing semicolon git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1291 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/IRC/Schedulers.pl b/src/IRC/Schedulers.pl index 9064fe2..1327833 100644 --- a/src/IRC/Schedulers.pl +++ b/src/IRC/Schedulers.pl @@ -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}).");