allow PING without reg

This commit is contained in:
zefie
2025-06-22 13:55:20 -04:00
parent f92e2e2c6f
commit 6650129514

View File

@@ -2586,9 +2586,6 @@ class WTVIRC {
}
break;
case 'PING':
if (!this.checkRegistered(socket)) {
break;
}
this.safeWriteToSocket(socket, `PONG ${params.join(' ')}\r\n`);
break;
case 'KLINE':