remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / dx.pl
index 0edf6d545d7fd348aab2ed288d9e652552293313..2690ddc7e0e5f4ebbc18b9f9be38f84844efe8ac 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 1998 - Dirk Koopman
 #
-# $Id$
+#
 #
 
 my ($self, $line) = @_;
@@ -15,9 +15,10 @@ my @out;
 
 foreach $call (@args) {
   $call = uc $call;
-  my $chan = DXChannel->get($call);
+  my $chan = DXChannel::get($call);
   if ($chan) {
     $chan->dx(1);
+    $chan->user->wantdx(1);
        push @out, $self->msg('dxs', $call);
   } else {
     push @out, $self->msg('e3', "Set DX Spots", $call);