Add fancy "ping" command

This commit is contained in:
rnhmjoj 2015-10-31 02:53:33 +01:00
parent 657157a724
commit eae21a4981

View File

@ -87,3 +87,5 @@ 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 /(ci sei)?\?/i, (res) ->
res.send res.random ['si, ci sono', 'sono qui', 'si, che c\'è', 'eccomi']