mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
history replay enhancements
This commit is contained in:
parent
f3d138d909
commit
2c7c8fbaf9
18 changed files with 264 additions and 255 deletions
|
|
@ -83,7 +83,7 @@ func (server *Server) RandomlyRename(client *Client) {
|
|||
nick := fmt.Sprintf("%s%s", prefix, hex.EncodeToString(buf))
|
||||
rb := NewResponseBuffer(client)
|
||||
performNickChange(server, client, client, nick, rb)
|
||||
rb.Send()
|
||||
rb.Send(false)
|
||||
// technically performNickChange can fail to change the nick,
|
||||
// but if they're still delinquent, the timer will get them later
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue