0.0
No commit activity in last 3 years
No release in over 3 years
A more generic lita-envy for who owns things via lita
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
>= 0
>= 0
>= 3.0.0
~> 1.8

Runtime

>= 4.7
 Project Readme

lita-who_has

Build Status Coverage Status

Still using (and need to keep track of) physical things? This plugin helps record and retrieve information about those things.

Installation

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

gem 'lita-who_has'

Configuration

config.handlers.who_has.namespace = 'my_project'

Usage

@bot claim thing1
@bot release thing1
@bot forget thing1
@bot claimables
@bot claim thing2
@bot claimables thing.*
# => thing2 (user)
@bot wrestle thing2 from Jon Doe
@bot describe thing2 location the moon
@bot describe thing2
# => Here's what I know about thing2
# => {
#      "in use by": "user",
#      "location": "the moon"
#    }