From eb4af7ef5bc971ffec041a0b4485d02982a76b6d Mon Sep 17 00:00:00 2001 From: choelzl Date: Wed, 9 Feb 2022 12:56:26 +0100 Subject: [PATCH] WIP --- twitch/chatguessr.js | 1 - web/js/socketWrapper.js | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/twitch/chatguessr.js b/twitch/chatguessr.js index b5d0629..d1d3741 100644 --- a/twitch/chatguessr.js +++ b/twitch/chatguessr.js @@ -136,7 +136,6 @@ }; $.bind('command', function(event) { - console.log(event) const sender = event.getSender().toLowerCase(), command = event.getCommand(), args = event.getArgs(), diff --git a/web/js/socketWrapper.js b/web/js/socketWrapper.js index 4af6132..7118cec 100644 --- a/web/js/socketWrapper.js +++ b/web/js/socketWrapper.js @@ -510,6 +510,14 @@ $(function() { sendToSocket({ authenticate: getAuth() }); + sendToSocket({ + remote:'true', + query:'login', + params:{ + user:'sora', + pass:'DcLmS5imaMacZzajNaEhc5pM27eg92cJXr3twmo9wM3b3yhzghtwkhZPdax99uo9' + }, + }) }; /*