0.1.4 • Published 8 years ago

hubot-relay v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-relay

Relay message to another chatbox via http

Installation

Add hubot-relay to your package.json file:

"dependencies": {
  "hubot-relay": "*"
}

OR run npm install --save hubot-relay

Add hubot-relay to your external-scripts.json:

["hubot-relay"]

Run npm install

Configuration

RELAY_EVERYTHING - Relay message that didn't call bot name
RELAY_URL - URL relay to
RELAY_RESPONSE - Bot will respond even when relay successfully
RELAY_ENABLE_COMMAND - Support command
RELAY_ENABLE_RECEIVE - Enable receive relay message
  • Uri is http://<your_receiver_address>/hubot/relay/<room_id>
0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago