fix kline
This commit is contained in:
@@ -4520,7 +4520,6 @@ class WTVIRC {
|
|||||||
socket.host = await this.getHostname(socket);
|
socket.host = await this.getHostname(socket);
|
||||||
socket.resume();
|
socket.resume();
|
||||||
socket.realhost = socket.host;
|
socket.realhost = socket.host;
|
||||||
await this.scanSocketForKLine(socket);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async scanSocketForKLine(socket) {
|
async scanSocketForKLine(socket) {
|
||||||
@@ -4590,6 +4589,7 @@ class WTVIRC {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async doLogin(nickname, socket) {
|
async doLogin(nickname, socket) {
|
||||||
|
await this.scanSocketForKLine(socket);
|
||||||
for (const [srvSocket, serverName] of this.servers.entries()) {
|
for (const [srvSocket, serverName] of this.servers.entries()) {
|
||||||
if (srvSocket) {
|
if (srvSocket) {
|
||||||
// Compose UID message for this client
|
// Compose UID message for this client
|
||||||
|
|||||||
Reference in New Issue
Block a user