X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FBBS.pm;h=741fb116a15da803d27a9f24730f7ba3f4a72bec;hb=d4c958444110a264159a982ca6d7bdeb80defabb;hp=68bf4314b0af022a6f554ea26b03a05d8121b1ab;hpb=0bd9d2811cc42417676a1b11b121681c2377d70a;p=spider.git diff --git a/perl/BBS.pm b/perl/BBS.pm index 68bf4314..741fb116 100644 --- a/perl/BBS.pm +++ b/perl/BBS.pm @@ -39,7 +39,6 @@ sub init sub new { my $self = DXChannel::alloc(@_); - $self->{'sort'} = 'B'; return $self; } @@ -124,11 +123,12 @@ sub normal # # end a connection (called by disconnect) # -sub finish +sub disconnect { my $self = shift; my $call = $self->call; Log('BBS', "$call", "disconnected"); + $self->SUPER::disconnect; } #