mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
monitor: Send with account-tag where appropriate
This commit is contained in:
parent
dc605ebb01
commit
7068072292
@ -16,7 +16,7 @@ func (client *Client) alertMonitors() {
|
||||
for _, mClient := range client.server.monitoring[client.nickCasefolded] {
|
||||
// don't have to notify ourselves
|
||||
if &mClient != client {
|
||||
mClient.Send(nil, client.server.name, RPL_MONONLINE, mClient.nick, client.nickMaskString)
|
||||
mClient.SendFromClient(client, nil, client.server.name, RPL_MONONLINE, mClient.nick, client.nickMaskString)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user