Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #168 from ajacksified/fix-clark-call
Browse files Browse the repository at this point in the history
Updated clark version
  • Loading branch information
Tom Bell committed Nov 22, 2011
2 parents 38069c3 + 50a6b9b commit 2a6806f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"underscore": ">= 1.2.1",
"underscore.string": ">= 1.1.6",
"cradle": "0.5.7",
"clark": "*"
"clark": ">= 0.0.3"
},

"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/clark.coffee
Expand Up @@ -5,5 +5,5 @@ clark = require('clark').clark
module.exports = (robot) ->
robot.respond /clark (.*)/i, (msg) ->
data = msg.match[1].trim().split(' ')
msg.send(clark.sparks(data))
msg.send(clark(data))

0 comments on commit 2a6806f

Please sign in to comment.