forked from External/ergo
fix #262
This commit is contained in:
parent
00949442e0
commit
f6373f7a4d
6 changed files with 179 additions and 63 deletions
|
|
@ -690,7 +690,7 @@ func (client *Client) destroy(beingResumed bool) {
|
|||
client.Quit("Connection closed")
|
||||
|
||||
if !beingResumed {
|
||||
client.server.whoWas.Append(client)
|
||||
client.server.whoWas.Append(client.WhoWas())
|
||||
}
|
||||
|
||||
// remove from connection limits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue