formatting text in emptybot

This commit is contained in:
2019-03-10 08:52:17 +01:00
parent 3f4bdf65e0
commit dd9e477e47

View File

@@ -72,7 +72,8 @@ if (file_exists($image_file))
// --- Tweet // --- Tweet
// --- // ---
$tweet = "Lucky One on #bitcoin #blockchain 's".PHP_EOL; $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 .= "Block height : ".$the_block->height.PHP_EOL;
$tweet .= "[ See more on www.topisto.net ]"; $tweet .= "[ See more on www.topisto.net ]";
$success = twitter::tweet($tweet, $image_file); $success = twitter::tweet($tweet, $image_file);