]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Factoids/Statement.pl
"~forget blah" now works. thanks to ElectricElf
[infobot.git] / src / Factoids / Statement.pl
index ed58a44800b193a5d1de32dcee50d2f5f4425674..ae0ffa4b6f78292d88c7d1909f08b75aab289212 100644 (file)
@@ -65,7 +65,7 @@ sub doStatement {
 
        # break if either lhs or rhs is NULL.
        if ($lhs eq "" or $rhs eq "") {
-           return;
+           return "NOT-A-STATEMENT";
        }
 
        # lets check if it failed.