forked from External/ergo
Fix build issues
This commit is contained in:
parent
d09f085b1a
commit
ac99e82192
5 changed files with 9 additions and 9 deletions
|
|
@ -211,7 +211,7 @@ func (client *Client) run() {
|
|||
}
|
||||
}
|
||||
// ensure client connection gets closed
|
||||
client.destroy()
|
||||
client.destroy(false)
|
||||
}()
|
||||
|
||||
client.idletimer = NewIdleTimer(client)
|
||||
|
|
@ -395,7 +395,7 @@ func (client *Client) TryResume() {
|
|||
|
||||
server.clients.byNick[oldnick] = client
|
||||
|
||||
oldClient.destroy()
|
||||
oldClient.destroy(false)
|
||||
}
|
||||
|
||||
// IdleTime returns how long this client's been idle.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue