X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fqth.pl;h=84462f0c3a58a3d363be66753aac395bc21b4d0c;hb=996d9774dad0fc0133f8497d9d264f4f5a4265b3;hp=2b696f94c29d05064ca9f4ce90646bd94a43a405;hpb=6624dcdf07d628e8d6a16fc6549edf40be25b7b2;p=spider.git diff --git a/cmd/set/qth.pl b/cmd/set/qth.pl index 2b696f94..84462f0c 100644 --- a/cmd/set/qth.pl +++ b/cmd/set/qth.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -17,13 +17,13 @@ $line =~ s/[{}]//g; # no braces allowed return (1, $self->msg('qthe1')) if !$line; -$user = DXUser->get_current($call); +$user = DXUser::get_current($call); if ($user) { $user->qth($line); $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));