0.1.7 • Published 10 years ago
jobot-storage-util v0.1.7
hubot-jobot-storage-util
Hubot script to deal with brain.data
See src/jobot-storage-util.coffee
for full documentation.
Installation
In hubot project repo, run:
npm install hubot-jobot-storage-util --save
Then add hubot-jobot-storage-util to your external-scripts.json
:
["jobot-storage-util"]
Sample Interaction
user1>> hubot show storage
hubot>> Shell: {
"users": {
"1": {
"id": 1,
"name": "Shell",
"room": "Shell",
"type": "chat"
}
},
"_private": {}
}