mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-01 15:34:30 +02:00
Update copyright, note on Node.js 14
This commit is contained in:
parent
392dc160a0
commit
48e42d2ffd
6 changed files with 6 additions and 5 deletions
|
@ -941,7 +941,7 @@ class QWKPacketWriter extends EventEmitter {
|
|||
}
|
||||
|
||||
// First block is a space padded ID
|
||||
const id = `Created with ENiGMA 1/2 BBS v${enigmaVersion} Copyright (c) 2015-2020 Bryan Ashby`;
|
||||
const id = `Created with ENiGMA 1/2 BBS v${enigmaVersion} Copyright (c) 2015-2021 Bryan Ashby`;
|
||||
this.messagesStream.write(id.padEnd(QWKMessageBlockSize, ' '), 'ascii');
|
||||
this.currentMessageOffset = QWKMessageBlockSize;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue