소스 검색

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);

불러오는 중...
취소
저장