Fix formatting on banner

This commit is contained in:
Bryan Ashby 2016-08-26 21:28:29 -06:00
parent 3319e8d7f9
commit 3bae109537
1 changed files with 4 additions and 4 deletions

View File

@ -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`
);
}