X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=0bd23a7ea16e9c80ed95500d092d113e95caec6b;hb=b1d2bac29bfd88be5ba6d4b59df4574b15e402b6;hp=750b88839cfe7feb9554531aa47808b2eead30f8;hpb=148f4d43135748ba5aff985c50720b370ca1e336;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 750b8883..0bd23a7e 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -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, @_); } }