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
+1 -1
View File
@@ -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)
}