hubot-systemzoo-welcome
v0.0.1
Published
A hubot script for welcoming new users
Downloads
4
Readme
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!