Skip to content

A simple Lita handler that will forward any message coming from a hook

License

Notifications You must be signed in to change notification settings

milo-ft/lita-hook-forward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Lita handler that will forward any message coming from a hook

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages