X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2Fbye.pl;fp=cmd%2Fbye.pl;h=1fc73f66648a9251cb327d9c5923902adc20d308;hb=6b6a8002929017b6d4217f68fa492a2d728ee1fe;hp=0000000000000000000000000000000000000000;hpb=03d1d04e113f38a365f035612552a5e748b324ae;p=spider.git diff --git a/cmd/bye.pl b/cmd/bye.pl new file mode 100644 index 00000000..1fc73f66 --- /dev/null +++ b/cmd/bye.pl @@ -0,0 +1,9 @@ +# +# the bye command +# +# $Id$ +# + +my $self = shift; +$self->state('bye'); +return (1);