Skip to content

Instantly share code, notes, and snippets.

@rike422
Created October 29, 2014 11:02
Show Gist options
  • Save rike422/3527f34eed135e9bf85b to your computer and use it in GitHub Desktop.
Save rike422/3527f34eed135e9bf85b to your computer and use it in GitHub Desktop.
hubot のなんだってスクリプト
nandatte = [
"http://suiseinanpa.com/wp-content/uploads/434536.jpg"
"https://shuyaout.files.wordpress.com/2014/10/1.gif"
"http://shimoinaba.cocolog-nifty.com/photos/uncategorized/2010/12/21/photo.jpg"
"http://livedoor.blogimg.jp/nandemoj22/imgs/3/9/3998d2a1.jpg"
]
module.exports = (robot) ->
robot.hear /(だったんだよ)/i, (msg) ->
msg.send msg.random(nandatte)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment