remove finishes and derive disconnect instead
[spider.git] / perl / BBS.pm
index c8f3b1f3dc9f7b979b9fdcd1def3582807784b0f..741fb116a15da803d27a9f24730f7ba3f4a72bec 100644 (file)
@@ -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;
 }
 
 #