1
0
Fork 0

fixed bot add all - added sleep

This commit is contained in:
tom-orrow 2011-04-05 01:22:55 +04:00
parent 134873e50c
commit 1da283c375
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}
}