miglioramenti al linguaggio, ora si chiama anche assa
This commit is contained in:
parent
b3edfa9027
commit
59be447685
@ -5,4 +5,4 @@ set -e
|
||||
npm install
|
||||
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
|
||||
|
||||
DEBUG=nightmare PYTHON=python2 BIND_ADDRESS=localhost node_modules/.bin/hubot --name "asjon" "$@"
|
||||
DEBUG=nightmare PYTHON=python2 BIND_ADDRESS=localhost node_modules/.bin/hubot --name "asjon" --alias "assa" "$@"
|
||||
|
@ -25,8 +25,9 @@ module.exports = (robot) ->
|
||||
if mem[arg]
|
||||
res.send arg+' '+verbo+' '+mem[arg]
|
||||
else res.send 'boh'
|
||||
robot.respond /memoria/i, (res) ->
|
||||
m = JSON.stringify robot.brain.get 'memoria'
|
||||
if m isnt 'null'
|
||||
res.send m
|
||||
robot.respond /memoria|a cosa stai pensando(?:\?)?/i, (res) ->
|
||||
m = robot.brain.get 'memoria'
|
||||
if m isnt null
|
||||
r = ['ho studiato', 'ho imparato', 'ho appreso', 'sono venuto a conoscenza di']
|
||||
res.send 'nel corso della mia vita '+res.random(r)+' '+(i for i of m).join(', ')
|
||||
else res.send 'non so niente...'
|
||||
|
@ -11,7 +11,7 @@ module.exports = (robot) ->
|
||||
res.send 'ricordatevi che se mi chiamate chiedendo cosa c\'è per domani posso guardare io sull\'agenda!'
|
||||
robot.respond /spaca botilia/i, (res) ->
|
||||
res.send 'AMAZO FAMILIA'
|
||||
robot.hear /(?:grazie|bravo) (?:asjon|assa)/i, grazie
|
||||
robot.hear /(?:grazie|bravo) (?:asjon|assa|assioni)/i, grazie
|
||||
robot.respond /grazie/i, grazie
|
||||
robot.respond /ringraziamenti/i, (res) ->
|
||||
res.send 'voi teneroni mi avete ringraziato ' + (robot.brain.get('ringraziato') or 0) + ' volte :)'
|
||||
|
Loading…
Reference in New Issue
Block a user