remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / register.pl
index 3a7c7db5f9bf0306189961166474a69780d4d6d6..22c85be9e0bddfcfee463d9bbdfcc900c7b1cde5 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 2001 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 my ($self, $line) = @_;
 my @args = split /\s+/, $line;
@@ -32,7 +32,7 @@ foreach $call (@args) {
                        $ref->put();
                        push @out, $self->msg("regc", $call);
                }
-               my $dxchan = DXChannel->get($call);
+               my $dxchan = DXChannel::get($call);
                $dxchan->registered(1) if $dxchan;
                Log('DXCommand', $self->call . " registered $call");
        } else {