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;ds=sidebyside;h=84a40e626e1568d056200b47a6f7dae44111b7c8;p=infobot.git minor typo when fixing this before git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@325 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Factoids/Statement.pl b/src/Factoids/Statement.pl index 9bfd623..903a4f8 100644 --- a/src/Factoids/Statement.pl +++ b/src/Factoids/Statement.pl @@ -99,7 +99,9 @@ sub doStatement { } } - return &update($lhs, $mhs, $rhs); + if (&update($lhs, $mhs, $rhs)) { + return; # success. + } } return "CONTINUE";