From dd9e477e47dba6505dabbb7d8c8a50f3f650fcfa Mon Sep 17 00:00:00 2001 From: MEUNIER Thibaud Date: Sun, 10 Mar 2019 08:52:17 +0100 Subject: [PATCH] formatting text in emptybot --- twitter/emptybot/robot.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/twitter/emptybot/robot.php b/twitter/emptybot/robot.php index a62c537..5d06f85 100644 --- a/twitter/emptybot/robot.php +++ b/twitter/emptybot/robot.php @@ -72,7 +72,8 @@ if (file_exists($image_file)) // --- Tweet // --- $tweet = "Lucky One on #bitcoin #blockchain 's".PHP_EOL; - $tweet .= "Someone put an empty block and get the reward for it !".PHP_EOL; + $tweet .= "Someone put an empty block ...".PHP_EOL; + $tweet .= "And get the reward for it !".PHP_EOL; $tweet .= "Block height : ".$the_block->height.PHP_EOL; $tweet .= "[ See more on www.topisto.net ]"; $success = twitter::tweet($tweet, $image_file);