]> git.donarmstrong.com Git - infobot.git/commitdiff
4.5 doesn't get utf8
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 17 Apr 2004 06:58:52 +0000 (06:58 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 17 Apr 2004 06:58:52 +0000 (06:58 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@938 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/Modules/babel.pl

index 1de131ca2c5c9bf026e3c382e04197c07e060b8e..db68adb6f3b2fc56db34522660a2f0e7cad9c476 100644 (file)
@@ -61,7 +61,7 @@ sub babelfish {
   my $ua = new LWP::UserAgent;
   $ua->proxy('http', $::param{'httpProxy'}) if (&::IsParam("httpProxy"));
   # Let's pretend
-  $ua->agent("Mozilla/4.5 " . $ua->agent);
+  $ua->agent("Mozilla/5.0 " . $ua->agent);
   $ua->timeout(5);
 
   my $req =