]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/Factoids/Statement.pl
- ok, now it works. kill me, lear!
[infobot.git] / blootbot / src / Factoids / Statement.pl
index 6af6dc3086471d31efa4bfbd8eb95447b1931ad7..aec268c0b98bcce4fde9c43513be228e41a4d786 100644 (file)
@@ -56,7 +56,7 @@ sub doStatement {
        my($lhs, $mhs, $rhs) = ($`, $&, $');
 
        # allows factoid arguments to be updated. -lear.
-#      $lhs =~ s/^(CMD: )?(.*)/$1 . lc $2/e;
+       $lhs =~ s/^(CMD: )?(.*)/$1||"" . lc $2/e;
 
        # discard article.
        $lhs =~ s/^(the|da|an?)\s+//i;