aggiunti altri Easter Eggs
This commit is contained in:
parent
189125aaaf
commit
a129fb8b3e
@ -17,6 +17,7 @@
|
|||||||
#
|
#
|
||||||
# Author:
|
# Author:
|
||||||
# Enrico Fasoli (fazo96)
|
# Enrico Fasoli (fazo96)
|
||||||
|
# Ravinder Pal Singh
|
||||||
# Leonardo Magon
|
# Leonardo Magon
|
||||||
# Gabriele Della Torre
|
# Gabriele Della Torre
|
||||||
#
|
#
|
||||||
@ -56,10 +57,14 @@ module.exports = (robot) ->
|
|||||||
res.send 'gesùùùù!!!'
|
res.send 'gesùùùù!!!'
|
||||||
robot.hear /lucca/i, (res) ->
|
robot.hear /lucca/i, (res) ->
|
||||||
res.send 'a Lucca piacciono i Pony. gayyyyy!!'
|
res.send 'a Lucca piacciono i Pony. gayyyyy!!'
|
||||||
robot.hear /singh/, (res) ->
|
robot.hear /singh/i, (res) ->
|
||||||
res.send 'Singh, non sei più l\'indiano di una volta...'
|
res.send 'Singh, non sei più l\'indiano di una volta...'
|
||||||
robot.hear /gae/i, (res) ->
|
robot.hear /gae/i, (res) ->
|
||||||
res.send 'il Gae viene dal Molise... che non esiste... ahahah'
|
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 /dilda/i, (res)->
|
||||||
|
res.send 'oplààààà'
|
||||||
robot.respond /dove sei/i, (res) ->
|
robot.respond /dove sei/i, (res) ->
|
||||||
robot.http('http://canihazip.com/s')
|
robot.http('http://canihazip.com/s')
|
||||||
.get() (err, r, body) ->
|
.get() (err, r, body) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user