test send_raw

This commit is contained in:
Enrico Fasoli 2015-06-22 18:33:04 +02:00
parent 12266b1842
commit 09d7d52d89

View File

@ -24,7 +24,9 @@
# Gabriele Della Torre
#
module.exports = (robot) ->
send_raw = require('telegram-adapter').functions.send_raw.bind(robot.adapter)
# Ringraziamenti
ringr = ['prego :)', "non c'è di che", 'faccio solo il mio lavoro', 'no problemo amigo', 'non fate complimenti ;)']
complim = ['bravo', 'grande', 'grandissimo', 'bella' ]
@ -80,3 +82,6 @@ module.exports = (robot) ->
robot.hear /(?:ehi|ciao|we|(?:bella(?: li)?)) (?:asjon|assa|assion(?:i|e))/i, (res) ->
saluti = ['ciao', 'bella', 'è arrivato', 'eccolooo', 'dimmi', 'weeee', 'ehilà']
res.send res.random(saluti)+' '+res.message.user.name+'!'
robot.respond /test nuof/i, (res) ->
send_raw 'get_self', (info) -> res.send 'mi dicono di essere ' + info