WIP
This commit is contained in:
		@@ -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'
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					        })
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /*
 | 
					    /*
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user