remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / here.pl
index 44fc4d4b99ca234a1fb8bb63c6f37b35894e847c..9d2e12be36c895af78cdafc27599f367c3abaea7 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(1);
                push @out, $self->msg('heres', $call);
@@ -25,7 +25,7 @@ foreach $call (@args) {
                        $ref->here(1);
                        my $s = DXProt::pc24($ref);
                        DXProt::eph_dup($s);
-                       DXProt::broadcast_all_ak1a($s, $DXProt::me) ;
+                       DXChannel::broadcast_all_nodes($s, $main::me) ;
                }
        } else {
                push @out, $self->msg('e3', "Set Here", $call);