fix NICK responses for SANICK

This commit is contained in:
Shivaram Lingamneni 2020-09-21 20:30:42 -04:00
parent 4a949877a0
commit b478a13671

@ -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)
}