A hubot script to greet newbies to your channel
See src/welcome.coffee
for full documentation.
In hubot project repo, run:
npm install hubot-welcome --save
Then add hubot-welcome to your external-scripts.json
:
[
"hubot-welcome"
]
None :)
Example: hubot welcome <some welcome message>
The default greeting is: nice to meet you!
user1> Hey everyone I'm new!
Hubot> Welcome user1, nice to meet you!