X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FDXChannel.pm;h=dcd7b909bf25af8983044ace748da460efb896eb;hb=d41556c82d7af6d68d9d659bd486be775f82295d;hp=84585ef1ee240f8d19ad10ba6d3468d386b26953;hpb=f91073b99369ea05c42364f9462695be7a67016d;p=spider.git diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 84585ef1..dcd7b909 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -175,6 +175,7 @@ sub alloc $self->{lang} = $main::lang if !$self->{lang}; $self->{func} = ""; $self->{width} ||= 80; + $self->{_nospawn} = 0; # add in all the dxcc, itu, zone info my @dxcc = Prefix::extract($call);