forked from External/ergo
Implement message-ids draft
This commit is contained in:
parent
79d8636c6d
commit
e741c1476b
6 changed files with 65 additions and 41 deletions
|
|
@ -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.SendFromClient(client, nil, client.server.name, RPL_MONONLINE, mClient.nick, client.nickMaskString)
|
||||
mClient.SendFromClient("", client, nil, client.server.name, RPL_MONONLINE, mClient.nick, client.nickMaskString)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue