Skip to content

Commit

Permalink
Twitter c
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyo committed May 4, 2012
1 parent 28af4d1 commit 5dbc1e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/server/oauth.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ tweet=(message,pass)->

# #人狼募集 RT bot
rt_names = [] # RTした人(直近5人)
###
twit.stream 'statuses/filter',{track:'#人狼募集'}, (stream)->
stream.on 'data',(data)->
if data?
Expand All @@ -54,7 +53,6 @@ twit.stream 'statuses/filter',{track:'#人狼募集'}, (stream)->
twit.post "/statuses/retweet/#{data.id_str}.json",{trim_user:true},(data2)->
),1000
rt_names=rt_names.concat(data.user.screen_name).slice -5
###

exports.actions=
tweet:tweet
Expand Down

0 comments on commit 5dbc1e0

Please sign in to comment.