X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=3c4b49f3d7d344fc1dc83825402d45beeed06cfd;hb=770092d94f96b6d22a38fb33e0056b4779a8a1ab;hp=b6c0b75903f61497b0343cad62899d09ab0d7eca;hpb=4b207544da78b182bd12e94eab01451694749012;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index b6c0b759..3c4b49f3 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -33,6 +33,7 @@ use Route; use Route::Node; use Script; use DXProtHandle; +use DXCIDR; use strict; @@ -556,6 +557,8 @@ sub send_dx_spot foreach $dxchan (@dxchan) { next if $dxchan == $main::me; next if $dxchan == $self && $self->is_node; + next if $dxchan == $self; + if ($line =~ /PC61/ && !($dxchan->is_spider || $dxchan->is_user)) { unless ($pc11) { my @f = split /\^/, $line;