1
0
Fork 0
forked from External/ergo
This commit is contained in:
Shivaram Lingamneni 2020-06-02 18:57:28 -04:00
parent a45e15b520
commit e70acf4c17
2 changed files with 3 additions and 3 deletions

View file

@ -1719,7 +1719,7 @@ func (am *AccountManager) applyVHostInfo(client *Client, info VHostInfo) {
updated := client.SetVHost(vhost)
if updated {
// TODO: doing I/O here is kind of a kludge
go client.sendChghost(oldNickmask, client.Hostname())
client.sendChghost(oldNickmask, client.Hostname())
}
}