lita-hook-forward
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