use correcr call for buddies on logout
authorminima <minima>
Mon, 6 Mar 2006 11:50:51 +0000 (11:50 +0000)
committerminima <minima>
Mon, 6 Mar 2006 11:50:51 +0000 (11:50 +0000)
perl/DXCommandmode.pm

index 843bccdc81d15c4b24a85ed9d0e024a62884dc1e..0e01208723a524fada6d2610e7f1cfb628115b91 100644 (file)
@@ -574,7 +574,7 @@ sub disconnect
                
        # send info to all logged in thingies
        $self->tell_login('logoutu');
-       $self->tell_login('logoutb');
+       $self->tell_buddies('logoutb');
 
        LogDbg('DXCommand', "$call disconnected");