X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fqth.pl;h=2b696f94c29d05064ca9f4ce90646bd94a43a405;hb=58234eafde7d75028574ae6aa519d2197120c558;hp=567208c731362974382d1fbe573b28880c2a8ea9;hpb=5ace616f093a2e34141d14cbb310d1b048034c0e;p=spider.git diff --git a/cmd/set/qth.pl b/cmd/set/qth.pl index 567208c7..2b696f94 100644 --- a/cmd/set/qth.pl +++ b/cmd/set/qth.pl @@ -21,7 +21,9 @@ $user = DXUser->get_current($call); if ($user) { $user->qth($line); $user->put(); - DXProt::broadcast_all_ak1a(DXProt::pc41($call, 2, $line), $DXProt::me); + my $s = DXProt::pc41($call, 2, $line); + DXProt::eph_dup($s); + DXProt::broadcast_all_ak1a($s, $DXProt::me) ; return (1, $self->msg('qth', $line)); } else { return (1, $self->msg('namee2', $call));