mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
play the metadata in reg burst to all clients with the cap
This commit is contained in:
parent
0bec0a81a1
commit
f84c03b2ff
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ func (server *Server) playRegistrationBurst(session *Session) {
|
|||
if !(rb.session.capabilities.Has(caps.ExtendedISupport) && rb.session.isupportSentPrereg) {
|
||||
server.RplISupport(c, rb)
|
||||
}
|
||||
if session.capabilities.Has(caps.Metadata) && c.AlwaysOn() {
|
||||
if session.capabilities.Has(caps.Metadata) {
|
||||
playMetadataList(rb, d.nick, d.nick, c.ListMetadata())
|
||||
}
|
||||
if d.account != "" && session.capabilities.Has(caps.Persistence) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue