* Add l33t.codes URL to connect banner
This commit is contained in:
parent
82f3bc7601
commit
a0a97350fe
|
@ -88,7 +88,7 @@ function displayBanner(term) {
|
||||||
// :TODO: add URL(s) to banner
|
// :TODO: add URL(s) to banner
|
||||||
term.write(colorCodes.pipeToAnsi(util.format(
|
term.write(colorCodes.pipeToAnsi(util.format(
|
||||||
'|33Conected to |32EN|33|01i|00|32|22GMA|32|01½|00 |33BBS version|31|01 %s\n' +
|
'|33Conected to |32EN|33|01i|00|32|22GMA|32|01½|00 |33BBS version|31|01 %s\n' +
|
||||||
'|00|33Copyright (c) 2014-2015 Bryan Ashby\n' +
|
'|00|33Copyright (c) 2014-2015 Bryan Ashby |33|01- |31|01http://l33t.codes/\n' +
|
||||||
'|00', packageJson.version)));
|
'|00', packageJson.version)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue