This commit is contained in:
ravinderpal 2015-04-26 16:05:57 +02:00
parent 45d30ad85f
commit 39a06a6437

View File

@ -63,6 +63,8 @@ module.exports = (robot) ->
res.send 'Ehm... praticamente...' res.send 'Ehm... praticamente...'
robot.hear /dilda/i, (res)-> robot.hear /dilda/i, (res)->
res.send 'oplààààà' res.send 'oplààààà'
robot.hear /gg/i, (res)->
res.send 'wp'
robot.respond /dove sei/i, (res) -> robot.respond /dove sei/i, (res) ->
robot.http('http://canihazip.com/s') robot.http('http://canihazip.com/s')
.get() (err, r, body) -> .get() (err, r, body) ->