- Timestamp:
- 06/27/09 23:25:10 (4 years ago)
- Files:
-
- 1 modified
-
lang/ruby/net-irc/trunk/examples/tig.rb (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/net-irc/trunk/examples/tig.rb
r34170 r34173 1103 1103 1104 1104 api("statuses/friends_timeline", q).reverse_each do |status| 1105 @latest_id = status.id 1105 id = @latest_id = status.id 1106 next if @timeline.any? {|tid, s| s.id == id } 1107 1106 1108 status.user.status = status 1107 1109 user = status.user … … 1109 1111 tid = nil unless @opts.tid 1110 1112 1111 @log.debug [ status.id, user.screen_name, status.text].inspect1113 @log.debug [id, user.screen_name, status.text].inspect 1112 1114 1113 1115 if user.id == @me.id … … 1144 1146 def generate_status_message(mesg) 1145 1147 mesg = decode_utf7(mesg) 1146 mesg.delete!("\ x000\001")1148 mesg.delete!("\000\001") 1147 1149 mesg.gsub!(">", ">") 1148 1150 mesg.gsub!("<", "<")
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)