lita-non-command-only
Adds a "non_command_only" option to routes which causes them to match only when not invoked as a command
Installation
Add lita-non-command-only to your Lita plugin's gemspec:
spec.add_runtime_dependency "lita-non-command-only"
Usage
route /foo/, :bar, non_command_only: true