- Fix broken title lookups. - Respond to !command shortcuts. - Tidy up a bit.
- Replace Mechanize with BeautifulSoup. - Adjust requirements.txt for updated dependencies.
- Add rudimentary classes for reading MoxQuizz questions. - Add a very simple ask command. No scores or quiz game-play yet. - Refactor SQL models out into a separate file. - Make the code more Python 3 friendly. - PEP8 and pyflakes.