1. fix set/lockout so that it is possible to lock out all SSIDs except those
[spider.git] / cmd / set / qth.pl
index 2b696f94c29d05064ca9f4ce90646bd94a43a405..4a5a881fbbf7aac29797272e208983a72a425b4b 100644 (file)
@@ -23,7 +23,7 @@ if ($user) {
        $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));