From: timriker Date: Sat, 10 May 2003 17:34:44 +0000 (+0000) Subject: use normal agent string X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=75b21bf27645e726cf4340d4fc7cffc424dee414;p=infobot.git use normal agent string git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@783 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Modules/Exchange.pl b/blootbot/src/Modules/Exchange.pl index ae42147..d20cea0 100644 --- a/blootbot/src/Modules/Exchange.pl +++ b/blootbot/src/Modules/Exchange.pl @@ -293,7 +293,8 @@ sub exchange { } my $ua = new LWP::UserAgent; - $ua->agent("Mozilla/4.5 " . $ua->agent); # Let's pretend + #$ua->agent("Mozilla/5.0 " . $ua->agent); # Let's pretend + $ua->agent("Mozilla/5.0"); # Let's pretend $ua->proxy('http', $::param{'httpProxy'}) if (&::IsParam("httpProxy")); $ua->timeout(10);