mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-18 05:42:03 +01:00
oops.
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
f00e449036
commit
5a20102226
@ -79,7 +79,7 @@ module.exports = (ws, req, onClose) => {
|
||||
}
|
||||
|
||||
if (!ws.relays.size && !sessStarted) {
|
||||
console.log(process.pid, `>>>`, `${ws.ip} executed ${data[1]} command for the first. Initializing session`);
|
||||
console.log(process.pid, `>>>`, `${ws.ip} executed ${data[0]} command for the first. Initializing session`);
|
||||
newsess(ws);
|
||||
sessStarted = true;
|
||||
}
|
||||
@ -116,7 +116,7 @@ module.exports = (ws, req, onClose) => {
|
||||
}
|
||||
|
||||
if (!ws.relays.size && !sessStarted) {
|
||||
console.log(process.pid, `>>>`, `${ws.ip} executed ${data[1]} command for the first. Initializing session`);
|
||||
console.log(process.pid, `>>>`, `${ws.ip} executed ${data[0]} command for the first. Initializing session`);
|
||||
newsess(ws);
|
||||
sessStarted = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user