allow PING without reg
This commit is contained in:
@@ -2586,9 +2586,6 @@ class WTVIRC {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'PING':
|
case 'PING':
|
||||||
if (!this.checkRegistered(socket)) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
this.safeWriteToSocket(socket, `PONG ${params.join(' ')}\r\n`);
|
this.safeWriteToSocket(socket, `PONG ${params.join(' ')}\r\n`);
|
||||||
break;
|
break;
|
||||||
case 'KLINE':
|
case 'KLINE':
|
||||||
|
|||||||
Reference in New Issue
Block a user