diff options
author | Joe Robinson <joe@lc8n.com> | 2016-10-16 19:53:23 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2016-10-16 19:53:23 +0100 |
commit | 1dd55949f2d53bf48ca016ab2d4acff172c443b4 (patch) | |
tree | 629c5f9db7dae755a59a536b4acc04e897ef7fdc /globals.js | |
parent | 777808182320e0584a38e2ae9fdfb6e8e7d99973 (diff) |
Fix part command, refactoring
Diffstat (limited to 'globals.js')
-rw-r--r-- | globals.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/globals.js b/globals.js new file mode 100644 index 0000000..a0c689b --- /dev/null +++ b/globals.js @@ -0,0 +1,5 @@ +module.exports.channels = ['status'] + +module.exports.pms = [] + +module.exports.networks = [] |