From 2056c5a7f2f5c1dfce6b0cd2217ec0dd9aebcb76 Mon Sep 17 00:00:00 2001 From: stephen Date: Sun, 12 Dec 2021 09:17:22 -0500 Subject: [PATCH] Adding wiki link for installation methods --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index fdbbea1..afb6cde 100755 --- a/index.js +++ b/index.js @@ -10,7 +10,6 @@ const xmpp = require('simple-xmpp'); try { fs.readFileSync('./config.ini', 'utf-8'); - const config = ini.parse(fs.readFileSync('./config.ini', 'utf-8')); const api_pass = config.api_pass; const api_url = config.api_url; @@ -272,4 +271,5 @@ xmpp.connect({ console.log(xmpp.getRoster()); } catch(e) { console.log("Please create a config.ini"); -} \ No newline at end of file + console.log("See https://wiki.vanderwarker.family/doku.php?id=code:vxmppb:install:start"); +}