This commit is contained in:
zefie
2025-06-17 19:18:20 -04:00
parent 280ea5b63e
commit 38fc6128cc

View File

@@ -2569,9 +2569,6 @@ class WTVIRC {
var msg = line.slice(line.indexOf(':', 1) + 1); var msg = line.slice(line.indexOf(':', 1) + 1);
if (msg.startsWith('\x01VERSION')) { if (msg.startsWith('\x01VERSION')) {
socket.client_version = msg.replace('\x01VERSION ', '').replace('\x01', ''); socket.client_version = msg.replace('\x01VERSION ', '').replace('\x01', '');
if (this.clientIsWebTV(socket)) {
this.sendWebTVNoticeTo(socket, "Welcome, WebTV user! You are now connected to the server.");
}
break; break;
} }
break; break;