Got something basically working
[spider.git] / cmd / bye.pl
index 9a842efd09b8268776af292d56275fc7e589daf7..4d8a8754d23f04e3de0516148893339645cf546d 100644 (file)
@@ -1,7 +1,7 @@
 #
 # the bye command
 #
-# $Id$
+#
 #
 
 my $self = shift;
@@ -13,7 +13,7 @@ if ($self->is_user && -e "$main::data/logout") {
        my @in = <I>;
        close(I);
        $self->send_now('D', @in);
-       sleep(1);
+       Msg->sleep(1);
 }
 
 #$self->send_now('Z', "");