profanity-im / profanity

Ncurses based XMPP client
https://profanity-im.github.io/
Other
1.33k stars 187 forks source link

Reset autoconnect account when the account gets removed #1982

Closed jubalh closed 5 months ago

jubalh commented 5 months ago

When a user added an account, set it as autoconnect and then removed that account. It still was set as the autoconnect account.

    /account add test
    /autoconnect set test
    /account remove test
    /save
    /quit
    Start profanity

Fix https://github.com/profanity-im/profanity/issues/1976