sorted out inheritance
[spider.git] / cmd / bye
diff --git a/cmd/bye b/cmd/bye
new file mode 100644 (file)
index 0000000..7e8fd9b
--- /dev/null
+++ b/cmd/bye
@@ -0,0 +1,7 @@
+#
+# the bye command
+#
+
+my $self = shift;
+$self->state('bye');
+return (1);