X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fqth.pl;h=4a5a881fbbf7aac29797272e208983a72a425b4b;hb=e0fa9a04bfb66136a2485246c7ea1ec8f00e00e2;hp=567208c731362974382d1fbe573b28880c2a8ea9;hpb=79f4593964c44fb39faf9d070a418125e90e1333;p=spider.git diff --git a/cmd/set/qth.pl b/cmd/set/qth.pl index 567208c7..4a5a881f 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); + DXChannel::broadcast_all_nodes($s, $main::me) ; return (1, $self->msg('qth', $line)); } else { return (1, $self->msg('namee2', $call));