mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 07:13:31 -07:00
fix #933
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ func (client *Client) historyCutoff() (cutoff time.Time) {
|
||||
func (client *Client) Logout() {
|
||||
client.stateMutex.Lock()
|
||||
client.account = ""
|
||||
client.accountName = ""
|
||||
client.accountName = "*"
|
||||
client.alwaysOn = false
|
||||
client.accountRegDate = time.Time{}
|
||||
client.accountSettings = AccountSettings{}
|
||||
|
||||
Reference in New Issue
Block a user