assa ride alle battute, se richiesto

This commit is contained in:
ravinderpal 2015-05-01 21:17:32 +02:00
parent 2f5931917f
commit 15cf94d81a

View File

@ -14,6 +14,7 @@
# hubot come ti hanno chiamato? - chiedi ad asjon come è stato giudicato
# hubot saluta <utente> - saluta l'utente
# hubot come va - chiede ad asjon come sta
# hubot ridi - assa ride ad una battuta
# ciao asjon - saluta asjon
#
# Author:
@ -28,6 +29,7 @@ module.exports = (robot) ->
ringr = ['prego :)', "non c'è di che", 'faccio solo il mio lavoro', 'no problemo amigo', 'non fate complimenti ;)']
complim = ['bravo', 'grande', 'grandissimo', 'bella' ]
stato = ['tutto bene zio' , 'bene dai' , 'sono triste', 'si va avanti']
risata = ['ahahahha!!!', 'ahahhaha!\nNO!', 'Bella questa! Ahahahah', 'NO!', 'Non fa ridere', 'Non è divertente...']
grazie = (res) ->
robot.brain.set 'ringraziato', (robot.brain.get('ringraziato') or 0) + 1
res.send res.random ringr
@ -54,6 +56,8 @@ module.exports = (robot) ->
res.send 'AMAZO FAMILIA'
robot.respond /come va/i, (res)->
res.send res.random(stato)+'. tu?'
robot.respond /ridi/i, (res)->
res.send res.random risata
robot.hear /trogu/i, (res) ->
res.send 'comprate le prevendite da Trogu!!!'
robot.hear /sarte/i, (res) ->