From 61a7e442c978cfb9652a3ff5e0bde9c0024589f0 Mon Sep 17 00:00:00 2001 From: raven Date: Wed, 11 Jan 2023 16:32:34 -0500 Subject: [PATCH] Telling the user how to properly close the app --- sshChat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);