forked from External/ergo
Cleanup message sending
This commit is contained in:
parent
a81ccd68c5
commit
522001d4f6
4 changed files with 24 additions and 29 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, RPL_MONONLINE, mClient.nick, client.nickMaskString)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue