forked from External/ergo
fix #1076
This commit is contained in:
parent
c1d4c5596d
commit
2def06b98f
4 changed files with 9 additions and 7 deletions
|
|
@ -1333,7 +1333,7 @@ func (client *Client) destroy(session *Session) {
|
|||
|
||||
// alert monitors
|
||||
if registered {
|
||||
client.server.monitorManager.AlertAbout(client, false)
|
||||
client.server.monitorManager.AlertAbout(details.nick, details.nickCasefolded, false)
|
||||
}
|
||||
// clean up monitor state
|
||||
client.server.monitorManager.RemoveAll(client)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue