Commit 727f5b6081a010282b10e3e607c9dd7ceeb18678
oops, name is required
Dominic Tarr committed on 7/20/2017, 10:30:48 AMParent: 5ac8bb7a7bad5b9d3faa6072d1c0ac79eed73642
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -1,8 +1,12 @@ | |||
1 | 1 … | var ssb = require('./ssb') | |
2 | 2 … | var IRC = require('./irc') | |
3 | 3 … | //this should just wrap the stuff in util.js | |
4 | 4 … | ||
5 … | +exports.name = 'irc' | ||
6 … | +exports.version = '1.0.0' | ||
7 … | +exports.manifest = {} | ||
8 … | + | ||
5 | 9 … | exports.init = function (sbot, config) { | |
6 | 10 … | // | |
7 | 11 … | var n = 2 | |
8 | 12 … | //load current state |
Built with git-ssb-web