lita-how-many

Build Status Coverage Status

lita-how-many is a handler plugin for Lita which lets Lita answer questions about quantity.

Installation

Add lita-how-many to your Lita instance's Gemfile:

gem "lita-how-many"

Configuration

  • lower_bound (Integer) - The lower bound for the exclusive range (x...y) from which a random number will be selected. Default: 0.
  • lower_bound (Integer) - The upper bound for the exclusive range (x...y) from which a random number will be selected. Must be greater than the lower bound. Default: 10.

Usage

Ask Lita any question starting with "how many" and she will respond with a random amount.

 You: How many bugs will we ship to production this week?
Lita: 8
 You: Seems bad.

License

MIT