add set/buddy.
[spider.git] / perl / DXCommandmode.pm
index ecd65716f71da86fac4f27df28b7af0d7f3ae5b6..3a94fb6a2629c82cb282ea6de174a2868c809ca7 100644 (file)
@@ -173,6 +173,7 @@ sub start
        }
        
        $self->tell_login('loginu');
+       $self->tell_buddies('loginb');
        
        # do we need to send a forward/opernam?
        my $lastoper = $user->lastoper || 0;
@@ -562,6 +563,7 @@ sub disconnect
                
        # send info to all logged in thingies
        $self->tell_login('logoutu');
+       $self->tell_login('logoutb');
 
        LogDbg('DXCommand', "$call disconnected");