spider/cmd/bye.pl
djk 6b6a800292 Started on the dx cluster database stuff
added a load of real and dummy commands to be getting on with
Started some DOCUMENTATION (shock horror)
1998-06-20 17:11:50 +00:00

10 lines
83 B
Perl

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