change qrz address newprot2 origin/newprot2 server/newprot2
authorminima <minima>
Sat, 22 Feb 2003 22:17:23 +0000 (22:17 +0000)
committerminima <minima>
Sat, 22 Feb 2003 22:17:23 +0000 (22:17 +0000)
cmd/show/qrz.pl

index a3965c833386c6a18465977021d7c39a14fa5372..7122992f6d91c79c3f7d5f8df3cae1c2928a1158 100644 (file)
@@ -15,10 +15,10 @@ my @out;
 
 return (1, $self->msg('e24')) unless $Internet::allow;
 return (1, "SHOW/QRZ <callsign>, e.g. SH/QRZ g1tlh") unless @list;
-my $target = $Internet::http_proxy || 'u2.qrz.com';
+my $target = $Internet::http_proxy || 'www.qrz.com';
 my $port = $Internet::http_proxy_port || 80;
 my $url = '';
-$url = 'http://u2.qrz.com' if $Internet::http_proxy; 
+$url = 'http://www.qrz.com' if $Internet::http_proxy; 
 
 use Net::Telnet;