UNPKG
hubot-bingo
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
A hubot script that plays Buzzword bingo
github.com/jcdenton/hubot-bingo
jcdenton/hubot-bingo
hubot-bingo
/
index.coffee
9 lines
(7 loc)
•
213 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
fs =
require
'fs'
path
=
require
'path'
scripts = [
'hubot-bingo.coffee'
]
module
.exports = (robot) -> scriptsPath =
path
.resolve(__dirname,
'src'
)
for
script
in
scripts robot.loadFile(scriptsPath, script)