~ev/tildeprotocol

9d2eeff2dd630038d72d5fdddba43358daaf399a — Ev Bogue 4 years ago 4cdc340
make valid tilde msg again
1 files changed, 1 insertions(+), 1 deletions(-)

M chat.js
M chat.js => chat.js +1 -1
@@ 40,7 40,7 @@ tilde.keys().then(keys => {
          msg = msg + tilde[i] + ' - '
        }
        console.log(chalk.cyan(msg + tilde[tilde.length - 3]))
        console.log(chalk.magenta(tilde[tilde.length - 2]) + '~' + chalk.blackBright(tilde[tilde.length -1]))
        console.log('~' + chalk.magenta(tilde[tilde.length - 2]) + '~' + chalk.blackBright(tilde[tilde.length -1]))

        rl.prompt()
      })