remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / wx.pl
index f609df353001f6faffd303b8c7de537518dd7913..359f1236e4bac499d2ee104aa9c2aba2d7594f30 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 1999 - Dirk Koopman
 #
-# $Id$
+#
 #
 
 my ($self, $line) = @_;
@@ -15,7 +15,7 @@ my @out;
 
 foreach $call (@args) {
   $call = uc $call;
-  my $chan = DXChannel->get($call);
+  my $chan = DXChannel::get($call);
   if ($chan) {
     $chan->wx(1);
     $chan->user->wantwx(1);