lib/chatterbot/bot.rb in chatterbot-0.9.1 vs lib/chatterbot/bot.rb in chatterbot-0.9.2

- old
+ new

@@ -3,9 +3,10 @@ # # primary Bot object, includes all the other modules class Bot include Utils include Blacklist + include Whitelist include Streaming include Config include Logging include Search include Tweet