X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fdx.pl;h=dcc177a91562ee7bcbad80311cba9a8bf2addae9;hb=148f4d43135748ba5aff985c50720b370ca1e336;hp=62e2a33450560cba3fe559376ba586f588cdb374;hpb=324bd80ed4aef7e2636f5a03288788ce11ab2663;p=spider.git diff --git a/cmd/unset/dx.pl b/cmd/unset/dx.pl index 62e2a334..dcc177a9 100644 --- a/cmd/unset/dx.pl +++ b/cmd/unset/dx.pl @@ -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);