X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXChannel.pm;h=8ab5a6fbc7e4695974050d5e87d1fb3909ed22be;hb=d7dbb7fe3680afb068ffc585b1f95690008a9a7d;hp=699e87a8d8da0a4b27008413281cb0be4076af2f;hpb=8e466de8babc0d464a1064c1921e3d1ded78209a;p=spider.git diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 699e87a8..8ab5a6fb 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -119,6 +119,7 @@ $count = 0; lastmsgpoll => '0,Last Msg Poll,atime', inscript => '9,In a script,yesno', handle_xml => '9,Handles XML,yesno', + do_pc9x => '9,Handles PC9x,yesno', inqueue => '9,Input Queue,parray', ); @@ -466,7 +467,7 @@ sub disconnect my $user = $self->{user}; $user->close() if defined $user; - $self->{conn}->disconnect; + $self->{conn}->disconnect if $self->{conn}; $self->del(); }