From: minima Date: Mon, 6 Mar 2006 11:50:51 +0000 (+0000) Subject: use correcr call for buddies on logout X-Git-Tag: 1.54~120 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=1470c53c6c47c690261cb096d638c8f82ed7772d use correcr call for buddies on logout --- diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 843bccdc..0e012087 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -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");