0.0
No commit activity in last 3 years
No release in over 3 years
A Lita handler for answering questions about quantity.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

>= 4.4
 Project Readme

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