X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FProcess.pl;h=259fcdb422db7b75d064ab825a3ec5c2ebc89c56;hb=b701505fbda7d956b757182c4916dc1cd9345853;hp=55da57b038e49fa11aaf82d4a02bdfffb445e835;hpb=a62d525d3ade739a66de1780b1cebcbe9bc07511;p=infobot.git diff --git a/src/Process.pl b/src/Process.pl index 55da57b..259fcdb 100644 --- a/src/Process.pl +++ b/src/Process.pl @@ -591,6 +591,7 @@ sub FactoidStuff { for ($question) { # fix the string. s/^hey([, ]+)where/where/i; + s/\s+\?$/?/; s/whois/who is/ig; s/where can i find/where is/i; s/how about/where is/i;