taylorlapeyre / lita-message-router

This handler allows you to specify as many 'mention names' as you want for your Lita robot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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']

About

This handler allows you to specify as many 'mention names' as you want for your Lita robot.


Languages

Language:Ruby 100.0%