X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXChannel.pm;h=fedaee056d4815807f744748297b7b786f322300;hb=2e3638e69f84390b8e911093aa71a7c9382dfc0f;hp=a02edc9ee200c69c5624151dc52f4e278458cc7d;hpb=f5938b5fe66c95b9973bcca267afb3f87cfb20f4;p=spider.git diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index a02edc9e..fedaee05 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -159,12 +159,15 @@ sub alloc $user->new_buddies unless $user->buddies; $self->{group} = $user->group; $self->{sort} = $user->sort; + $self->{width} = $user->width; } $self->{startt} = $self->{t} = time; $self->{state} = 0; $self->{oldstate} = 0; $self->{lang} = $main::lang if !$self->{lang}; $self->{func} = ""; + $self->{width} ||= 80; + # add in all the dxcc, itu, zone info my @dxcc = Prefix::extract($call);