add set/buddy.
[spider.git] / perl / DXCommandmode.pm
index 404a7391af2c6bc59d76b28936cc0cc0b2d98720..3a94fb6a2629c82cb282ea6de174a2868c809ca7 100644 (file)
@@ -35,6 +35,7 @@ use Net::Telnet;
 use QSL;
 use DB_File;
 use VE7CC;
+use DXXml;
 
 use strict;
 use vars qw(%Cache %cmd_cache $errstr %aliases $scriptbase $maxerrors %nothereslug
@@ -172,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;
@@ -561,6 +563,7 @@ sub disconnect
                
        # send info to all logged in thingies
        $self->tell_login('logoutu');
+       $self->tell_login('logoutb');
 
        LogDbg('DXCommand', "$call disconnected");