Make it login...
This commit is contained in:
parent
bfea6615a8
commit
ba056b5afa
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -100,7 +100,7 @@ client.on("login", function(){
|
|||
})
|
||||
globalTerm = term
|
||||
setTimeout(function(){
|
||||
term.stdin.write("${config.password}\n")
|
||||
term.stdin.write("${config.pass}\n")
|
||||
setTimeout(function(){
|
||||
client.queue.push("&aAuthenticated user, giving input!")
|
||||
term.stdout.on("data", function(chunk){
|
||||
|
|
Loading…
Reference in a new issue