Separate unprompted tracking from mention includes

This commit is contained in:
Jaiden Mispy 2014-12-04 05:17:09 +11:00
parent 1a40ef85f9
commit 401586471b
3 changed files with 89 additions and 46 deletions

View file

@ -17,7 +17,7 @@ class TestBot < Ebooks::Bot
end
def on_mention(tweet, meta)
reply tweet, "echo: #{meta[:mentionless]}"
reply tweet, "echo: #{meta.mentionless}"
end
def on_timeline(tweet, meta)