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