X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fqrz.pl;h=6779db42cbe32375d04f255402bf13fba7ced39d;hb=b67b50de92dbf61ce939b42f7c74e30dc58eba41;hp=4b05c7e0a5020b6d69369d084868dd5bc9969567;hpb=dc016a0633cdb15d29b9a71fdec2c230fbad201b;p=spider.git diff --git a/cmd/show/qrz.pl b/cmd/show/qrz.pl index 4b05c7e0..6779db42 100644 --- a/cmd/show/qrz.pl +++ b/cmd/show/qrz.pl @@ -29,7 +29,7 @@ foreach $l (@list) { Log('call', "$call: show/qrz \U$l"); my $state = "blank"; while (my $result = $t->getline) { -# print $result; + dbg('qrz', $result); if ($state eq 'blank' && $result =~ /^\s*Callsign\s*:/i) { $state = 'go'; } elsif ($state eq 'go') { @@ -39,7 +39,7 @@ foreach $l (@list) { } } $t->close; - push @out, $self->msg('e3', 'qrz.com', $call) unless @out; + push @out, $self->msg('e3', 'qrz.com', uc $l) unless @out; } else { push @out, $self->msg('e18', 'QRZ.com'); }