]> dxcluster.org Git - spider.git/blob - cmd/bye.pl
allow kill msg with range 1-n to kill from 1-n and not 1->n-1
[spider.git] / cmd / bye.pl
1 #
2 # the bye command
3 #
4 # $Id$
5 #
6
7 my $self = shift;
8 $self->state('bye');
9 return (1);