WIP
This commit is contained in:
parent
6b6cf9a2e2
commit
eb4af7ef5b
@ -136,7 +136,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
$.bind('command', function(event) {
|
$.bind('command', function(event) {
|
||||||
console.log(event)
|
|
||||||
const sender = event.getSender().toLowerCase(),
|
const sender = event.getSender().toLowerCase(),
|
||||||
command = event.getCommand(),
|
command = event.getCommand(),
|
||||||
args = event.getArgs(),
|
args = event.getArgs(),
|
||||||
|
@ -510,6 +510,14 @@ $(function() {
|
|||||||
sendToSocket({
|
sendToSocket({
|
||||||
authenticate: getAuth()
|
authenticate: getAuth()
|
||||||
});
|
});
|
||||||
|
sendToSocket({
|
||||||
|
remote:'true',
|
||||||
|
query:'login',
|
||||||
|
params:{
|
||||||
|
user:'sora',
|
||||||
|
pass:'DcLmS5imaMacZzajNaEhc5pM27eg92cJXr3twmo9wM3b3yhzghtwkhZPdax99uo9'
|
||||||
|
},
|
||||||
|
})
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user