remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / unset / wx.pl
index 3d874d177455bcede51a699cdb42f54427128607..c1bb8a3ccba5b9833d1e0cf29298e4ad225b93e3 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 1999 - 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->wx(0);
+    $chan->user->wantwx(0);
        push @out, $self->msg('wxu', $call);
   } else {
     push @out, $self->msg('e3', "Unset WX Spots", $call);