X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=a16ec89f9dbe20ee1c33fe4ae4f4f1cb17c8abdd;hb=2fc6c64fec914c8f6b739beee9f0f8a180ea6123;hp=b6e959e7ddc23b5dcc8109347ff5552fd00d3af0;hpb=f63d598af3f797b56b8d5e23ec4ff5254192eee9;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index b6e959e7..a16ec89f 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -556,7 +556,9 @@ sub send_dx_spot # taking into account filtering and so on foreach $dxchan (@dxchan) { next if $dxchan == $main::me; - next if $dxchan == $self && $self->is_node; +# next if $dxchan == $self && $self->is_node; + next if $dxchan == $self; # the spot is sent back to me by dx command + if ($line =~ /PC61/ && !($dxchan->is_spider || $dxchan->is_user)) { unless ($pc11) { my @f = split /\^/, $line;