ARMmaster17 / JeffBot

(Yet another) comical and extensible chat bot.
https:\\jeffchatbot.herokuapp.com
MIT License
9 stars 2 forks source link

Make JeffBot backend only #28

Closed FreekingDean closed 8 years ago

FreekingDean commented 8 years ago

This is the the PR that will move JeffBot into a backend only system.

It introduces the standalone_migrations gem to better manage migrations as defined in the Readme.

This fixes #23

ARMmaster17 commented 8 years ago

Quick question, does this by chance include the N3 code? Basically, there is a second parameter called nword that allows JB to look at the previous two words to find a more logical next word.

FreekingDean commented 8 years ago

Yup! I pulled the latest code as far as I know. If the N3 code caused #12, then it is the latest and greatest!

ARMmaster17 commented 8 years ago

It's missing the N3 code, but it works, merging.