mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-12 15:08:36 -07:00
fix #449
This commit is contained in:
@@ -1227,7 +1227,7 @@ func (am *AccountManager) Login(client *Client, account ClientAccount) {
|
||||
return
|
||||
}
|
||||
|
||||
client.nickTimer.Touch()
|
||||
client.nickTimer.Touch(nil)
|
||||
|
||||
am.applyVHostInfo(client, account.VHost)
|
||||
|
||||
@@ -1313,7 +1313,7 @@ func (am *AccountManager) logoutOfAccount(client *Client) {
|
||||
}
|
||||
|
||||
client.SetAccountName("")
|
||||
go client.nickTimer.Touch()
|
||||
go client.nickTimer.Touch(nil)
|
||||
|
||||
// dispatch account-notify
|
||||
// TODO: doing the I/O here is kind of a kludge, let's move this somewhere else
|
||||
|
||||
Reference in New Issue
Block a user