Changeset 18083
- Timestamp:
- 08/23/08 00:58:25 (5 months ago)
- Files:
-
- 1 modified
-
lang/ruby/net-irc/trunk/examples/hig.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/net-irc/trunk/examples/hig.rb
r18082 r18083 389 389 def check_timeline 390 390 @prev_time ||= Time.at(0) 391 api("statuses/ friends_timeline", {"since" => @prev_time.httpdate }).reverse_each do |s|391 api("statuses/public_timeline", {"since" => @prev_time.httpdate }).reverse_each do |s| 392 392 begin 393 393 id = s["id"] … … 596 596 def rid_for(text) 597 597 target = Regexp.new(Regexp.quote(text.strip), "i") 598 status = api("statuses/ friends_timeline").find {|i|598 status = api("statuses/public_timeline").find {|i| 599 599 next false if i["user"]["name"] == @nick # 自分は除外 600 600 i["text"] =~ target
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)