allow pc73 for DXNet
[spider.git] / perl / DXProt.pm
index bc27c417c8df7f85b5e5c15e582e0a507fb8f5d7..441edc6138110705f8bddaada25999252178937c 100644 (file)
@@ -1231,7 +1231,7 @@ sub send_wcy_spot
                         ($filter, $hops) = $dxchan->{wcyfilter}->it(@_, $self->{call} );
                         next unless $filter;
                }
-               if ($dxchan->is_clx || $dxchan->is_spider) {
+               if ($dxchan->is_clx || $dxchan->is_spider || $dxchan->is_dxnet) {
                        next if $dxchan == $self;
                        if ($hops) {
                                $routeit = $line;