]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Factoids/Core.pl
more babelfish cleanup
[infobot.git] / src / Factoids / Core.pl
index 4c896d6d0acc7741492aee3d05da5d2034f0f19d..6c647309e06e49f8cc5e3d80a2b0a6ed2d1c124c 100644 (file)
@@ -37,7 +37,6 @@ sub validFactoid {
        /^learn / and last;             # teach. damn morons.
        /^tell (\S+) about / and last;  # tell.
        /\=\~/ and last;                # substituition.
-       /^\S+ to \S+ \S+/ and last;     # babelfish.
 
        /^\=/ and last;                 # botnick = heh is.
        /wants you to know/ and last;