0.0.1 • Published 9 years ago

hubot-systemzoo-welcome v0.0.1

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

hubot-welcome

A hubot script to greet newbies to your channel

See src/welcome.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-welcome --save

Then add hubot-welcome to your external-scripts.json:

[
  "hubot-welcome"
]

Configuration

None :)

Command

Example: hubot welcome <some welcome message> The default greeting is: nice to meet you!

Sample Interaction

user1> Hey everyone I'm new!
Hubot> Welcome user1, nice to meet you!
0.0.1

9 years ago