get the basic QX01 handling working in the out direction
[spider.git] / perl / DXProt.pm
index 750b88839cfe7feb9554531aa47808b2eead30f8..0bd23a7ea16e9c80ed95500d092d113e95caec6b 100644 (file)
@@ -1914,6 +1914,8 @@ sub broadcast_route
                foreach $dxchan (@dxchan) {
                        next if $dxchan == $self;
                        next if $dxchan == $main::me;
+                       next if $dxchan->user->wantnp;
+                       
                        $dxchan->send_route($generate, @_);
                }
        }