From 607875172776440f54ab90d611d81661f279326b Mon Sep 17 00:00:00 2001 From: djk Date: Tue, 22 Dec 1998 00:24:47 +0000 Subject: [PATCH] fixed little buglet on logout text --- perl/DXCommandmode.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1