Merge pull request #1278 from oragono/sanick

fix NICK responses for SANICK
This commit is contained in:
Shivaram Lingamneni 2020-09-21 17:33:51 -07:00 committed by GitHub
commit e7eea14b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,7 +84,7 @@ func performNickChange(server *Server, client *Client, target *Client, session *
dispatchAwayNotify(session.client, false, "")
}
for _, channel := range client.Channels() {
for _, channel := range target.Channels() {
channel.AddHistoryItem(histItem, details.account)
}