「ver.2.0/応用/機能追加/replyTimeline」の編集履歴(バックアップ)一覧に戻る

ver.2.0/応用/機能追加/replyTimeline - (2010/06/23 (水) 21:43:54) のソース

※wikiの編集が分からなくて、追加してほしい項目がある場合はページ下の「コメント」から誰かに頼んで下さい。
#contents
*TL反応でも会話終了( [ [ END ] ] )を機能させたい。 [#d3c85f4b]
EasyBotter.php内
 //タイムラインへの反応を作る
 function makeReplyTimelineTweets($timeline, $replyPatternFile){
 (略)
		$replyTweets[] = $re;
	}                        
	return $replyTweets;    
 }
とある部分の
 $replyTweets[] = $re;
を
 if(!stristr($status,"[[END]]")){$replyTweets[] = $re;}
と変更する。

*コメント [#g7968718]
#comment
目安箱バナー