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' + }, + }) }; /*