From: dms Date: Sat, 3 Feb 2001 15:33:44 +0000 (+0000) Subject: minor typo when fixing this before X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=79270f6430f0e3e9473e7a208a0ce08db0ab22b0;p=infobot.git minor typo when fixing this before git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@325 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Factoids/Statement.pl b/blootbot/src/Factoids/Statement.pl index 9bfd623..903a4f8 100644 --- a/blootbot/src/Factoids/Statement.pl +++ b/blootbot/src/Factoids/Statement.pl @@ -99,7 +99,9 @@ sub doStatement { } } - return &update($lhs, $mhs, $rhs); + if (&update($lhs, $mhs, $rhs)) { + return; # success. + } } return "CONTINUE";