From 1da283c3757d7ca1a21990af04818b0f31eb17e6 Mon Sep 17 00:00:00 2001 From: tom-orrow Date: Tue, 5 Apr 2011 01:22:55 +0400 Subject: [PATCH] fixed bot add all - added sleep --- php/bin/parser/handler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/bin/parser/handler.php b/php/bin/parser/handler.php index 02913c7..bdbe2b3 100755 --- a/php/bin/parser/handler.php +++ b/php/bin/parser/handler.php @@ -39,6 +39,7 @@ switch ($argv[1]) { if ($bot_name != 'All') { die; } + sleep(1); } } echo "All bots are working.\n"; @@ -86,4 +87,4 @@ function custom_shuffle($my_array = array()) { unset($my_array[$element]); } return $copy; -} \ No newline at end of file +}