remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / set / homenode.pl
index cf8d97154d60a0316359452bd061c0b65554380a..a643bed7b094ada5674035640cd3a15d7dd6b7ce 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 1998 - Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 my ($self, $line) = @_;
@@ -24,7 +24,7 @@ if ($user) {
        $user->put();
        my $s = DXProt::pc41($call, 4, $line);
        DXProt::eph_dup($s);
-       DXProt::broadcast_all_ak1a($s, $DXProt::me) ;
+       DXChannel::broadcast_all_nodes($s, $main::me) ;
        return (1, $self->msg('hnode', $line));
 } else {
        return (1, $self->msg('namee2', $call));