Add some customizations and fun things.

This commit is contained in:
2019-07-02 21:48:14 -04:00
parent 93a9cd8abf
commit e2fcb1248d
6 changed files with 265 additions and 0 deletions

9
scripts/custom.coffee Normal file
View File

@@ -0,0 +1,9 @@
# Description:
# Personalizations and stuff.
module.exports = (robot) ->
robot.respond /[iI] love you/, (msg) ->
msg.send "I love you too, #{msg.envelope.user.real_name}!"
robot.respond /say bye/, (msg) ->
msg.send "Goodbye, cruel world!"