X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXChannel.pm;h=f5fc6eb26c4f792b6ff50acb08051ef2aa3df652;hb=1a9286080b21d5b65f97cab08d8a493abafad8f1;hp=2d43b0f07cae85dc472abeb4f01ec307847fb6fc;hpb=8832827e5bec29e9a9e2a62201c6ac7baf9b2fa3;p=spider.git diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 2d43b0f0..f5fc6eb2 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -128,6 +128,8 @@ $count = 0; next_pc92_update => '9,Next PC92 Update,atime', next_pc92_keepalive => '9,Next PC92 KeepAlive,atime', hostname => '0,Hostname', + isslugged => '9,Still Slugged,yesno', + sluggedpcs => '9,Slugged PCxx Queue,parray', ); $maxerrors = 20; # the maximum number of concurrent errors allowed before disconnection @@ -162,13 +164,14 @@ sub alloc $user->new_buddies unless $user->buddies; $self->{group} = $user->group; $self->{sort} = $user->sort; + $self->{width} = $user->width; } $self->{startt} = $self->{t} = $main::systime; $self->{state} = 0; $self->{oldstate} = 0; $self->{lang} = $main::lang if !$self->{lang}; $self->{func} = ""; - $self->{width} = 80; + $self->{width} ||= 80; # add in all the dxcc, itu, zone info my @dxcc = Prefix::extract($call);