forked from snxraven/sshChat-CLI
Telling the user how to properly close the app
This commit is contained in:
parent
23b57275e5
commit
61a7e442c9
@ -163,7 +163,7 @@ setTimeout(() => {
|
||||
discovery.flushed().then(() => {
|
||||
console.log(`joined topic: ${b4a.toString(topic, 'hex')}\n(Share this key to others so they may join.)`)
|
||||
console.log('You are now in a chatroom for your topic, feel free to chat.\n')
|
||||
console.log('Want to login to the SSH.SURF API? Type ">login [APIKEY]" to login.\n\n')
|
||||
console.log('Want to login to the SSH.SURF API? Type ">login [APIKEY]" to login.\nPease close using CTRL+C\n')
|
||||
})
|
||||
}, 1000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user