]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/Factoids/Core.pl
* Moved old /trunk/www out of trunk
[infobot.git] / blootbot / src / Factoids / Core.pl
index 205158d27acb09860175c8d6df893d403e6997f6..a43a3d6e7eee63cfe840c2bc22e745d2dbbcc2a2 100644 (file)
@@ -460,7 +460,7 @@ sub FactoidStuff {
        # fix the string.
        s/^hey([, ]+)where/where/i;
        s/\s+\?$/?/;
-       s/^whois/who is/i; # Must match ^, else factoids with "whois" anywhere break
+       s/^whois /who is /i; # Must match ^, else factoids with "whois" anywhere break
        s/where can i find/where is/i;
        s/how about/where is/i;
        s/ da / the /ig;