瀏覽代碼

formatting text in emptybot

master
MEUNIER Thibaud 6 年之前
父節點
當前提交
dd9e477e47
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      twitter/emptybot/robot.php

+ 2
- 1
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);

Loading…
取消
儲存