spider/cmd/bye

8 lines
74 B
Plaintext
Raw Normal View History

#
# the bye command
#
my $self = shift;
$self->state('bye');
return (1);