X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXChannel.pm;h=dcd7b909bf25af8983044ace748da460efb896eb;hb=8e14149148baba63ce5ae2b95aacda8ab6dd0d87;hp=84585ef1ee240f8d19ad10ba6d3468d386b26953;hpb=96f67f30b496aafcb4276f9fe9cf0fa9f572318b;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);