1
0
Fork 0
forked from External/ergo

Fix build issues

This commit is contained in:
Daniel Oaks 2018-01-21 11:59:52 +10:00
parent d09f085b1a
commit ac99e82192
5 changed files with 9 additions and 9 deletions

View file

@ -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.