hubot-friendly
v0.0.2
Published
Hubot script. Responds to greetings, i.e. 'hello' with 'hi @[user]!'
Downloads
4
Readme
hubot-friendly
Hubot script. Responds to greetings, i.e. 'hello' with 'hi @[user]!'
Installation
In hubot project repo, run:
npm install hubot-friendly --save
Then add hubot-friendly to your external-scripts.json
:
[
"hubot-friendly"
]
Sample Interaction
user1>> good morning, everyone!
hubot>> Good morning, @user1!