X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FBBS.pm;h=741fb116a15da803d27a9f24730f7ba3f4a72bec;hb=5405fc43af4410805160aed50df04bc5fc9df869;hp=c8f3b1f3dc9f7b979b9fdcd1def3582807784b0f;hpb=f155969d600561b9ef151a7ce2494a0c89aed033;p=spider.git diff --git a/perl/BBS.pm b/perl/BBS.pm index c8f3b1f3..741fb116 100644 --- a/perl/BBS.pm +++ b/perl/BBS.pm @@ -123,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; } #