This commit is contained in:
choelzl 2022-02-09 12:56:26 +01:00
parent 6b6cf9a2e2
commit eb4af7ef5b
Signed by: sora
GPG Key ID: A362EA0491E2EEA0
2 changed files with 8 additions and 1 deletions

View File

@ -136,7 +136,6 @@
};
$.bind('command', function(event) {
console.log(event)
const sender = event.getSender().toLowerCase(),
command = event.getCommand(),
args = event.getArgs(),

View File

@ -510,6 +510,14 @@ $(function() {
sendToSocket({
authenticate: getAuth()
});
sendToSocket({
remote:'true',
query:'login',
params:{
user:'sora',
pass:'DcLmS5imaMacZzajNaEhc5pM27eg92cJXr3twmo9wM3b3yhzghtwkhZPdax99uo9'
},
})
};
/*