fixed little buglet on logout text

This commit is contained in:
djk 1998-12-22 00:24:47 +00:00
parent d5b4190c36
commit 6078751727

View File

@ -264,7 +264,8 @@ sub finish
open(I, "$main::data/logout") or confess;
my @in = <I>;
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