logins
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ function send(msg) {
|
||||
|
||||
// Connection opened
|
||||
ws.addEventListener('open', function (event) {
|
||||
send({ method: 'user_create', params: { name: 'somebodyelse', password: 'grepgrepgrep' }});
|
||||
send({ method: 'user_login', params: { name: 'somebodyelse', password: 'grepgrepgrep' }});
|
||||
});
|
||||
|
||||
// Listen for messages
|
||||
|
||||
Reference in New Issue
Block a user