From 530a1b7913bcabe07f6a6a1cec71e185b730147b 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@938 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/babel.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/Modules/babel.pl b/blootbot/src/Modules/babel.pl index 1de131c..db68adb 100644 --- a/blootbot/src/Modules/babel.pl +++ b/blootbot/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