forked from External/ergo
add persistence broadcasting
This commit is contained in:
parent
893922afe0
commit
ae1de2554e
2 changed files with 15 additions and 5 deletions
|
|
@ -421,7 +421,7 @@ func (server *Server) playRegistrationBurst(session *Session) {
|
|||
rb := NewResponseBuffer(session)
|
||||
server.RplISupport(c, rb)
|
||||
if d.account != "" && session.capabilities.Has(caps.Persistence) {
|
||||
reportPersistenceStatus(c, rb)
|
||||
reportPersistenceStatus(c, rb, false)
|
||||
}
|
||||
server.Lusers(c, rb)
|
||||
server.MOTD(c, rb)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue