sorted out inheritance
[spider.git] / cmd / bye
1 #
2 # the bye command
3 #
4
5 my $self = shift;
6 $self->state('bye');
7 return (1);