From 79270f6430f0e3e9473e7a208a0ce08db0ab22b0 Mon Sep 17 00:00:00 2001 From: dms Date: Sat, 3 Feb 2001 15:33:44 +0000 Subject: [PATCH] minor typo when fixing this before git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@325 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Factoids/Statement.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"; -- 2.39.5