X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fbye.pl;h=9a842efd09b8268776af292d56275fc7e589daf7;hb=0c1082247c57a0ec2fa35a0a81af54b1e6ac2b89;hp=d6e2d14becc76790295e429a02a093bb15653f54;hpb=586cbb347e7639f5575b48572e75140501a109c0;p=spider.git diff --git a/cmd/bye.pl b/cmd/bye.pl index d6e2d14b..9a842efd 100644 --- a/cmd/bye.pl +++ b/cmd/bye.pl @@ -5,6 +5,7 @@ # my $self = shift; +return (1, $self->msg('e5')) if $self->inscript; # log out text if ($self->is_user && -e "$main::data/logout") { @@ -15,5 +16,8 @@ if ($self->is_user && -e "$main::data/logout") { sleep(1); } -$self->state('bye'); +#$self->send_now('Z', ""); + +$self->disconnect; + return (1);