diff --git a/www/template.config.js b/www/template.config.js new file mode 100644 index 0000000..d6b831c --- /dev/null +++ b/www/template.config.js @@ -0,0 +1,19 @@ +let options = { + options: { + debug: true + }, + connection: { + secure: true, + reconnect: true + }, + identity: { + username: "Sariboto", + password: "oauth:XXXX" + }, + channels: [ "#sarimoko" ] +}; + +let client = new tmi.client(options); + +// Connect the client to the server.. +client.connect(); \ No newline at end of file