try to fix EOF on standard input problems
[spider.git] / cmd / bye.pl
index 13195c60ebb3a38820c8f9f77e0e3de841746025..653e939407a4067141f4da5bad97e11074af859a 100644 (file)
@@ -15,6 +15,8 @@ if ($self->is_user && -e "$main::data/logout") {
        sleep(1);
 }
 
+#$self->send_now('Z', "");
+
 $self->disconnect;
 
 return (1);