X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fqth.pl;h=2b696f94c29d05064ca9f4ce90646bd94a43a405;hb=78cf2dcb9be8128af7f8dc5ae37540c9c53c6057;hp=567208c731362974382d1fbe573b28880c2a8ea9;hpb=79f4593964c44fb39faf9d070a418125e90e1333;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));