No commit activity in last 3 years
No release in over 3 years
A simple Lita handler that will forward any message coming from a hook
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0.beta2
>= 3.5.0

Runtime

>= 3.0
 Project Readme

lita-hook-forward

Build Status Code Climate Coverage Status

lita-hook-forward is a simple Lita handler that will forward any message coming from a hook.

Installation

Add lita-hook-forward to your Lita instance's Gemfile:

gem "lita-hook-forward"

Configuration

Required attributes

  • default_room (String) - The default room or rooms (comma separated). i.e.: #general.

Example

Lita.configure do |config|
  config.handlers.hook_forwarder.default_room = '#general'
end

Usage

http://.slackserver/lita/hook-forward?targets=%23&message=Hello%20everyone

License

MIT