X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=da449f72c8bea36d17702f1c8b6cb75b2a642ecc;hb=607875172776440f54ab90d611d81661f279326b;hp=1450a6c644cccaa3eb214a26d3e393b1102e0fa0;hpb=d5b4190c36f130852973121042876af3c5642cd7;p=spider.git 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