0.0
No commit activity in last 3 years
No release in over 3 years
Makes Lita politely respond to simple hello/goodbye/thank you commands and mentions
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 4.4
 Project Readme

lita-manners

Build Status Coverage Status

Makes Lita politely respond to simple hello/goodbye/thank you/sorry commands and mentions.

Installation

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

gem "lita-manners"

Configuration

There is no configuration.

Usage

Give Lita basic manners to answer questions.

Saying hello...

# Mentions
You: Hello Lita
Lita: Hello You

# Commands
You: @lita hi!
Lita: hi You

Saying goodbye...

# Mentions
You: Goodbye Lita
Lita: Goodbye You

# Commands
You: @lita bye!
Lita: bye You

Saying you're welcome...

# Mentions
You: Thank you Lita
Lita: You're welcome You

# Commands
You: @lita thanks
Lita: You're welcome You

Accepting an apology...

# Mentions
You: Sorry Lita
Lita: Apology accepted You

# Commands
You: @lita I'm sorry
Lita: Apology accepted You