make setting of pc9x harder
[spider.git] / cmd / set / qth.pl
index 567208c731362974382d1fbe573b28880c2a8ea9..4a5a881fbbf7aac29797272e208983a72a425b4b 100644 (file)
@@ -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));