remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / dx.pl
index 8d599d5e5e81dba128f02f018e194762475a30ba..2690ddc7e0e5f4ebbc18b9f9be38f84844efe8ac 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 1998 - 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->dx(1);
     $chan->user->wantdx(1);