lib/chatterbot/dsl.rb in chatterbot-0.3.0 vs lib/chatterbot/dsl.rb in chatterbot-0.4.0

- old
+ new

@@ -126,9 +126,17 @@ # # reply to a tweet def reply(txt, source) bot.reply(txt, source) end + + def since_id + bot.config[:since_id] + end + + def update_config + bot.update_config + end end end include Chatterbot::DSL include Chatterbot::Helpers