1. make spot dups look back 5 mins.
[spider.git] / perl / DXChannel.pm
index 30a7897092e20a61f50fddf8807bf268075a6c7e..15bd6d2bffccbbcc994a22825d3545771831a0e0 100644 (file)
@@ -447,6 +447,7 @@ sub tell_login
        my $dxchan;
        foreach $dxchan (@dxchan) {
                next if $dxchan == $self;
+               next if $dxchan->{call} eq $main::mycall;
                $dxchan->send($dxchan->msg($m, $self->{call})) if $dxchan->{logininfo};
        }
 }