mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
fix NICK responses for SANICK
This commit is contained in:
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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user