lib/chatterbot/tweet.rb in chatterbot-0.2.3 vs lib/chatterbot/tweet.rb in chatterbot-0.2.4

- old
+ new

@@ -17,9 +17,10 @@ end end # reply to a tweet def reply(txt, source) + debug txt self.tweet txt, {:in_reply_to_status_id => source["id"]}, source end end end