remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / unset / here.pl
index 19db8dbd9ffdb647bf55e85426f981cf25a15dd0..59b2080a3197d8131a0d13a31bf82ec5d9fae9b1 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 $dxchan = DXChannel->get($call);
+       my $dxchan = DXChannel::get($call);
        if ($dxchan) {
                $dxchan->here(0);
                push @out, $self->msg('hereu', $call);