mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
add METADATA response when MONITOR triggered
This commit is contained in:
parent
0119bbc36f
commit
f91d1d94f6
4 changed files with 22 additions and 5 deletions
|
|
@ -1398,7 +1398,7 @@ func (client *Client) destroy(session *Session) {
|
|||
|
||||
// alert monitors
|
||||
if registered {
|
||||
client.server.monitorManager.AlertAbout(details.nick, details.nickCasefolded, false)
|
||||
client.server.monitorManager.AlertAbout(details.nick, details.nickCasefolded, false, nil)
|
||||
}
|
||||
|
||||
// clean up channels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue