Ver código fonte

fix #933

tags/v2.1.0-rc1
Shivaram Lingamneni 4 anos atrás
pai
commit
3f717436f8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      irc/getters.go

+ 1
- 1
irc/getters.go Ver arquivo

@@ -302,7 +302,7 @@ func (client *Client) historyCutoff() (cutoff time.Time) {
302 302
 func (client *Client) Logout() {
303 303
 	client.stateMutex.Lock()
304 304
 	client.account = ""
305
-	client.accountName = ""
305
+	client.accountName = "*"
306 306
 	client.alwaysOn = false
307 307
 	client.accountRegDate = time.Time{}
308 308
 	client.accountSettings = AccountSettings{}

Carregando…
Cancelar
Salvar