]> git.donarmstrong.com Git - infobot.git/commitdiff
typo
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 9 Feb 2001 16:47:27 +0000 (16:47 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 9 Feb 2001 16:47:27 +0000 (16:47 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@378 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/babel.pl

index c2c7de91fbbecabd0a436ad689493d923c70807f..7cca74ef52d61508f654a0237aca5f338b64db3c 100644 (file)
@@ -58,7 +58,7 @@ sub babelfish {
        return;
     } elsif ($direction eq 'from') {
        my $xlate = translate($phrase, $toenglish, $req, $ua);
-       &::pStReply($xlate) if ($xlate);
+       &::pSReply($xlate) if ($xlate);
        return;
     }
     &DEBUG("what's this junk?");