minor code and language fix
This commit is contained in:
parent
5f9ed84760
commit
d6f0c16d59
@ -82,7 +82,7 @@ module.exports = (robot) ->
|
||||
# nella memoria era salvata una data
|
||||
res.send arg+' è '+data.format('dddd Do MMMM YYYY')+' ovvero '+data.fromNow()
|
||||
else res.send arg+' '+verbo+' '+mem[arg]
|
||||
else res.send res.random ['boh','mistero','se qualcuno me lo spiega magari','BZBZ 404-NOT-FOUND']
|
||||
else res.send res.random ['boh','mistero','se qualcuno me lo spiegasse magari','BZBZ 404-NOT-FOUND']
|
||||
|
||||
robot.respond /(?:mostrami la tua )?memoria|a cosa stai pensando(?:\?)?/i, (res) ->
|
||||
m = robot.brain.get 'memoria'
|
||||
|
@ -23,10 +23,10 @@ module.exports = (robot) ->
|
||||
try
|
||||
body = JSON.parse body
|
||||
catch e
|
||||
return res.send 'errore nel guardare il cielo.'
|
||||
return res.send 'Errore nel guardare il cielo.'
|
||||
alba = moment.unix(body.sys.sunrise).format('H:MM')
|
||||
tramonto = moment.unix(body.sys.sunset).format('H:MM')
|
||||
m = body.weather[0].description+' con '+body.main.humidity
|
||||
m += '% di umidità. Temperatura: '+body.main.temp+'°C. '
|
||||
m += '% di umidità. Temperatura: '+Math.round(body.main.temp)+'°C. '
|
||||
m += "l'alba è alle "+alba+" mentre il tramonto alle "+tramonto
|
||||
res.send 'Meteo per Crema: '+m+'.'
|
||||
|
@ -9,10 +9,10 @@
|
||||
#
|
||||
# Commands:
|
||||
# grazie/bravo asjon - ringrazia asjon
|
||||
# hubot ringraziamenti - chiedi ad asjon quante volte è stato ringraziato
|
||||
# hubot sei ... - giudica asjon
|
||||
# hubot come ti hanno chiamato? - chiedi ad asjon come è stato giudicato
|
||||
# hubot saluta <utente> - saluta l'utente
|
||||
# asjon ringraziamenti - chiedi ad asjon quante volte è stato ringraziato
|
||||
# asjon sei ... - giudica asjon
|
||||
# asjon come ti hanno chiamato? - chiedi ad asjon come è stato giudicato
|
||||
# asjon saluta <utente> - saluta l'utente
|
||||
# ciao asjon - saluta asjon
|
||||
#
|
||||
# Author:
|
||||
@ -57,10 +57,10 @@ module.exports = (robot) ->
|
||||
res.send 'a Lucca piacciono i Pony. gayyyyy!!'
|
||||
robot.hear /singh/i, (res) ->
|
||||
res.send 'Singh, non sei più l\'indiano di una volta...'
|
||||
robot.hear /gae/i, (res) ->
|
||||
res.send 'il Gae viene dal Molise... che non esiste... ahahah'
|
||||
robot.hear /magon/i, (res)->
|
||||
res.send 'non si chiama Magon, si chiama Leo!'
|
||||
robot.hear /migno/i, (res) ->
|
||||
res.send 'il migno viene dal Molise... che non esiste... ahahah'
|
||||
robot.hear /friz/i, (res)->
|
||||
res.send 'Ehm... praticamente...'
|
||||
robot.hear /dilda/i, (res)->
|
||||
res.send 'oplààààà'
|
||||
robot.respond /dove sei/i, (res) ->
|
||||
|
Loading…
Reference in New Issue
Block a user