6. make set/isolate and acc/route mutually exclusive (and issue appropriate
[spider.git] / perl / DXChannel.pm
index 30a7897092e20a61f50fddf8807bf268075a6c7e..fc779b0f63ca46172b952610e129621eaa926117 100644 (file)
@@ -101,6 +101,7 @@ $count = 0;
                  cq => '0,CQ Zone',
                  enhanced => '5,Enhanced Client,yesno',
                  senddbg => '8,Sending Debug,yesno',
+                 width => '0,Column Width',
                 );
 
 use vars qw($VERSION $BRANCH);
@@ -447,6 +448,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};
        }
 }