X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Faccept%2Fspots.pl;h=b7920d3fdfe8b6195e107635081b58e585329aad;hb=2708b926bf3f82ab20ff266afc8aa36adaac315b;hp=b35770de6f67a62a28a9db5312b5952630dbb214;hpb=956e3acab807900fdbccc0e2fa5e999327a1c1ce;p=spider.git diff --git a/cmd/accept/spots.pl b/cmd/accept/spots.pl index b35770de..b7920d3f 100644 --- a/cmd/accept/spots.pl +++ b/cmd/accept/spots.pl @@ -3,7 +3,7 @@ # # Copyright (c) 2000 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; @@ -11,4 +11,4 @@ my $type = 'accept'; my $sort = 'spots'; my ($r, $filter, $fno) = $Spot::filterdef->cmd($self, $sort, $type, $line); -return (0, $r ? $r : $self->msg('filter1', $fno, $filter->{name})); +return (1, $r ? $filter : $self->msg('filter1', $fno, $filter->{name}));