No commit activity in last 3 years
No release in over 3 years
This handler allows you to specify as many 'mention names' as you want for your Lita robot.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0

Runtime

>= 4.6
 Project Readme

lita-message-router

Ever wanted to use many different names for your robot? This handler allows you to specify as many "mention names" as you want for your Lita robot.

Installation

Add lita-message-router to your Lita instance's Gemfile:

gem "lita-message-router"

Configuration

Add the following config variable to your lita_config:

config.handlers.message_router.robot_mention_names = ['!', 'whatever you want']