mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-25 16:48:10 -07:00
fix #262
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user