0.0
No commit activity in last 3 years
No release in over 3 years
A Lita plugin that remembers terms and definitions.
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.3
 Project Readme

lita-remember

Build Status Coverage Status

lita-remember is a plugin that allows users to have Lita memorize terms and their definitions. This handler was inspired and influenced by lita-key-value, lita-wtf, and Hubot's hubot-remember.

Installation

Add lita-remember to your Lita instance's Gemfile:

gem "lita-remember"

Usage

Lita can remember, forget, search, and list terms and definitions.

Lita can remember terms:

[You]: Lita, remember May 4th is Star Wars Day
[Lita]: OK, I'll remember May 4th is Star Wars Day

Lita can recall terms:

[You]: Lita, what is May 4th?
[Lita]: May 4th is Star Wars Day (answered 1 times, defined by Justin Ellison)

Lita can list all terms it knows about:

[You]: Lita, what do you remember?
[Lita]: These are all the terms I remember:
[Lita]:  - may 4th

Lita can search terms:

[You]: Lita, search terms for May
[Lita]: The following terms matched your query:
[Lita]:  - may 4th

Lita can search definitions:

[You]: Lita, search terms for Star Wars
[Lita]: The following terms matched your query:
[Lita]:  - may 4th

Lita can forget about terms:

[You]: Lita, forget about May 4th
[Lita]: What is this May 4th you speak of? ;)