git ssb

0+

ev / microbay



forked from Dominic / patchbay

Tree: e740c644f51d51395e3a0836e584a41b8b786f18

Files: e740c644f51d51395e3a0836e584a41b8b786f18 / modules / message-name.js

156 bytesRaw
1
2var sbot_get = require('../plugs').first(exports.sbot_get = [])
3
4exports.message_name = function (id) {
5 sbot_get(id, function (err, value) {
6
7 })
8}
9

Built with git-ssb-web