fix typo again

This commit is contained in:
zefie
2025-06-17 18:16:27 -04:00
parent cd4a5596ee
commit db2eebdd12

View File

@@ -4323,7 +4323,7 @@ class WTVIRC {
if (quitMsg) { if (quitMsg) {
this.sendWebTVNoticeTo(socket, `*** Notice --- Client exiting: ${clientSocket.nickname} (${clientSocket.username}@${clientSocket.host}) [${clientSocket.realhost}] [${quitMsg}]`); this.sendWebTVNoticeTo(socket, `*** Notice --- Client exiting: ${clientSocket.nickname} (${clientSocket.username}@${clientSocket.host}) [${clientSocket.realhost}] [${quitMsg}]`);
} else { } else {
this.sendWebTVNoticeTo(socket, `*** Notice --- Client connecting: ${clientSocket.nickname} (${clientSocket.username}@${clientSocket.host}) [${clientSocket.realhost} {users} [${clientSocket.userinfo}] <${clientSocket.uniqueId}>`); this.sendWebTVNoticeTo(socket, `*** Notice --- Client connecting: ${clientSocket.nickname} (${clientSocket.username}@${clientSocket.host}) [${clientSocket.realhost}] {users} [${clientSocket.userinfo}] <${clientSocket.uniqueId}>`);
} }
} }
} }