0.0.5 • Published 5 years ago

hubot-slack-command-forwarder v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

hubot-hubot-slack-command-forwarder

Hubot script to manage slack command forwarding to hubot

See src/hubot-slack-command-forwarder.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-hubot-slack-command-forwarder --save

Then add hubot-hubot-slack-command-forwarder to your external-scripts.json:

[
  "hubot-hubot-slack-command-forwarder"
]

Sample Interaction

user1>> /hubot
hubot>> Forwarding `/hubot` for @user1
        ! Alias for `hubot`.
        
user1>> /hubot test2
hubot>> Forwarding `/hubot test2` for @user1
        ! Alias for `hubot test2`.

user1>> /hubot test3 arg1 arg2
hubot>> Forwarding `/hubot test3 arg1 arg2` for @user1
        ! Alias for `hubot test3 arg1 arg2`.

user1>> /subCommand
hubot>> Forwarding `/subCommand` for @user1
        ! Alias for `hubot subCommand`.
                
user1>> /subCommand arg1 arg2
hubot>> Forwarding `/subCommand arg1 arg2` for @user1
        ! Alias for `hubot subCommand arg1 arg2`.

NPM Module

https://www.npmjs.com/package/hubot-hubot-slack-command-forwarder

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago