Modify ↓
Opened at 2011-12-25T14:13:41Z
Closed at 2011-12-29T21:58:38Z
#878 closed defect (fixed)
auto_connect=no setting ignored when declining session take-over
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | BitlBee | Version: | 3.0.4 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: |
Description
When logging into bitlbee using an account that's already online on another machine and answering "no" to the session take-over question, bitlbee attempts to connect accounts even though auto_connect is disabled.
Perhaps this is intended behaviour because declining to take over a running session is interpreted as a demand to log out the old session, but when declining to take over an existing session, I would expect bitlbee to behave as if a fresh session was being started (i.e. to do nothing because auto_connect=no, until I issue "account on").
Attachments (0)
Change History (1)
comment:1 Changed at 2011-12-29T21:58:38Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Oh yes, well spotted, that's definitely not intentional.
Fixed in changeset:devel,868. Thanks for the report!