mirror of
https://git.sr.ht/~emerson/reflectionircd
synced 2025-04-13 09:59:52 +00:00
send 315 after WHO
This commit is contained in:
parent
209fe0451a
commit
53dda5d518
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ export class Channel {
|
|||
]
|
||||
client.sendMessage(client.server.name, '352', userParams, passedTags);
|
||||
}
|
||||
client.sendMessage(client.server.name, '315', [this.name], passedTags);
|
||||
}
|
||||
|
||||
routeMatrixEvent(event: any) {
|
||||
|
|
Loading…
Add table
Reference in a new issue