remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / node.pl
index 4eeae7f1ea9db2230c9b60f0e2ae6d8711495c7e..82e8be11f9d90b0dcd127fdcc064ef834a087c48 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 {