From 3bae1095376d2bd9bf23dd7d92ebe929e9e048ad Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Fri, 26 Aug 2016 21:28:29 -0600 Subject: [PATCH] Fix formatting on banner --- core/connect.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/connect.js b/core/connect.js index b7547190..bd2e40a2 100644 --- a/core/connect.js +++ b/core/connect.js @@ -122,10 +122,10 @@ function prepareTerminal(term) { function displayBanner(term) { // note: intentional formatting: term.pipeWrite(` - |06Connected to |02EN|10i|02GMA|10½ |06BBS version |12|VN - |06Copyright (c) 2014-2016 Bryan Ashby |14- |12http://l33t.codes/ - |06Updates & source |14- |12https://github.com/NuSkooler/enigma-bbs/ - |00` +|06Connected to |02EN|10i|02GMA|10½ |06BBS version |12|VN +|06Copyright (c) 2014-2016 Bryan Ashby |14- |12http://l33t.codes/ +|06Updates & source |14- |12https://github.com/NuSkooler/enigma-bbs/ +|00` ); }