nailed set/unset parameters in user file
[spider.git] / cmd / unset / dx.pl
index 62e2a33450560cba3fe559376ba586f588cdb374..dcc177a91562ee7bcbad80311cba9a8bf2addae9 100644 (file)
@@ -18,6 +18,7 @@ foreach $call (@args) {
   my $chan = DXChannel->get($call);
   if ($chan) {
     $chan->dx(0);
+       $chan->user->wantdx(0);
        push @out, $self->msg('dxu', $call);
   } else {
     push @out, $self->msg('e3', "Unset DX Spots", $call);