diff --git a/sshChat.js b/sshChat.js index be48d29..3efa02f 100644 --- a/sshChat.js +++ b/sshChat.js @@ -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);