remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / arcluster.pl
index 4e1dd45204ae9d403de55c3eedafb19489b0169e..cfed97ab5651e38b37aae8b143a3119dda0c6d35 100644 (file)
@@ -5,7 +5,7 @@
 #
 # Copyright (c) 1998 - Dirk Koopman
 #
-# $Id$
+#
 #
 
 my ($self, $line) = @_;
@@ -19,7 +19,7 @@ return (1, $self->msg('e5')) if $self->priv < 5;
 
 foreach $call (@args) {
        $call = uc $call;
-       my $chan = DXChannel->get($call);
+       my $chan = DXChannel::get($call);
        if ($chan) {
                push @out, $self->msg('nodee1', $call);
        } else {