Bug #817
/reconnect does not execute the autoconnect commands again
Status: | Feedback | Start: | 03/02/2013 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 0% |
|
Category: | Engine | |||
Target version: | - | |||
Complexity: | Found in Version: | |||
Votes: | 0 |
Description
fixing this bug isn't too complicated, but might cause issues with irc automatically rejoining chatrooms
History
Updated by Mirco Bauer 3983 days ago
- Status changed from New to Feedback
You don't mention a case here. Does this apply to XMPP or IRC, or both? Because the engine does re-run connect commands as long as the protocol manager raises it's Connected event (via OnConnected), see: https://github.com/meebey/smuxi/blob/master/src/Engine/Session.cs#L1418