This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
2.7.0
- Added: Lita can now be configured to respond to an "alias" in addition to its name/mention name. Useful for addressing a message to the bot very quickly with minimal typing.
- Fixed: Mention name and alias will be matched literally when sending Lita a command, even if they contain characters that having special meaning in a regular expression.
- Changed: When starting Lita as a daemon and the
-k
flag, if there is no existing PID file, it will still boot. - Changed: Updated the generated
.travis.yml
file to explicitly start Redis during builds – a new requirement based on changes to Travis: http://about.travis-ci.org/blog/2013-11-18-upcoming-build-environment-updates/