mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
fix NICK responses for SANICK
This commit is contained in:
parent
4a949877a0
commit
b478a13671
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ func performNickChange(server *Server, client *Client, target *Client, session *
|
||||||
dispatchAwayNotify(session.client, false, "")
|
dispatchAwayNotify(session.client, false, "")
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, channel := range client.Channels() {
|
for _, channel := range target.Channels() {
|
||||||
channel.AddHistoryItem(histItem, details.account)
|
channel.AddHistoryItem(histItem, details.account)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue