From de6b1769d19d23e6b6e404974699e2e6ebc77346 Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 21 Aug 2003 22:59:40 +0000 Subject: [PATCH] might as well use proxy if we have one git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@807 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/BZFlag.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/blootbot/src/Modules/BZFlag.pl b/blootbot/src/Modules/BZFlag.pl index e0ca993..1ef0887 100755 --- a/blootbot/src/Modules/BZFlag.pl +++ b/blootbot/src/Modules/BZFlag.pl @@ -43,6 +43,7 @@ sub BZFlag::BZFlag { sub BZFlag::list { my ($response); my $ua = new LWP::UserAgent; + $ua->proxy('http', $::param{'httpProxy'}) if (&::IsParam("httpProxy")); $ua->timeout(5); -- 2.39.5