mirror of
https://git.sr.ht/~emerson/reflectionircd
synced 2025-08-05 16:59:10 +00:00
add PING
This commit is contained in:
parent
4ffe157380
commit
3af205e9a3
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ export class Client {
|
|||
this.doCAP(message);
|
||||
break;
|
||||
}
|
||||
case 'PING': {
|
||||
this.sendMessage(this.server.name, "PONG", message.params, message.tags);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue