start ping work
[spider.git] / perl / DXCommandmode.pm
index 753f59f79e4788e5211c77353c3d891de8b38789..9b3b09e3f4e24572f5ee5e45462c09eff0d41346 100644 (file)
@@ -559,6 +559,9 @@ sub disconnect
        # send info to all logged in thingies
        $self->tell_login('logoutu');
 
+       # remove any outstanding pings I have sent
+       Thingy::Ping::forget($call);
+       
        Log('DXCommand', "$call disconnected");
 
        $self->SUPER::disconnect;