From 92de1494f9321c0be62914b94421b99a3458a2ec Mon Sep 17 00:00:00 2001 From: timriker Date: Sat, 17 Apr 2004 06:58:52 +0000 Subject: [PATCH] 4.5 doesn't get utf8 git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@938 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/babel.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/babel.pl b/src/Modules/babel.pl index 1de131c..db68adb 100644 --- a/src/Modules/babel.pl +++ b/src/Modules/babel.pl @@ -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 = -- 2.39.5