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