Slide 18
Slide 18 text
robot.hear
quotes = [
"Life! Don't talk to me about life",
"Life, loathe it or ignore it, you can't like it",
"Life's bad enough as it is without wanting to invent any more of it",
"Funny, how just when you think life can't possibly get any worse it sudd
]
module.exports = (robot) ->
robot.hear /(.*)(life)(.*)/i, (msg) ->
msg.send msg.random quotes