]> git.donarmstrong.com Git - infobot.git/commitdiff
minor typo when fixing this before
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 3 Feb 2001 15:33:44 +0000 (15:33 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 3 Feb 2001 15:33:44 +0000 (15:33 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@325 c11ca15a-4712-0410-83d8-924469b57eb5

src/Factoids/Statement.pl

index 9bfd6231f65f64efcc312afa2d382e848b448bc8..903a4f857d717380efdb031e136940012e54f808 100644 (file)
@@ -99,7 +99,9 @@ sub doStatement {
            }
        }
 
-       return &update($lhs, $mhs, $rhs);
+       if (&update($lhs, $mhs, $rhs)) {
+           return;     # success.
+       }
     }
 
     return "CONTINUE";