From: djk Date: Tue, 22 Dec 1998 00:24:47 +0000 (+0000) Subject: fixed little buglet on logout text X-Git-Tag: R_1_14~2 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=607875172776440f54ab90d611d81661f279326b;p=spider.git fixed little buglet on logout text --- diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 1450a6c6..da449f72 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -264,7 +264,8 @@ sub finish open(I, "$main::data/logout") or confess; my @in = ; close(I); - $self->sendnow('D', @in); + $self->send_now('D', @in); + sleep(1); } if ($call eq $main::myalias) { # unset the channel if it is us really