X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdxqsl.pl;h=2017a6ae37c6db0ff179d0ec110ca29193549e70;hb=refs%2Fheads%2Fip_address;hp=86905d512f08bc79940af70af1f94ddeb516cb4b;hpb=bab0eedc7cdb3ddb73d1afef0a2de2ce4456107f;p=spider.git diff --git a/cmd/show/dxqsl.pl b/cmd/show/dxqsl.pl index 86905d51..2017a6ae 100644 --- a/cmd/show/dxqsl.pl +++ b/cmd/show/dxqsl.pl @@ -3,14 +3,14 @@ # # Copyright (c) 2003 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; my @call = split /\s+/, uc $line; my @out; -$DB::single=1; +#$DB::single=1; return (1, $self->msg('db3', 'QSL')) unless $QSL::dbm;