sopel-irc / sopel

:robot::speech_balloon: An easy-to-use and highly extensible IRC Bot framework. Formerly Willie.
https://sopel.chat
Other
951 stars 405 forks source link

admin: channels joined by invitation are not saved to config #2567

Open dgw opened 7 months ago

dgw commented 7 months ago

https://github.com/sopel-irc/sopel/blob/7693af3356f59be7c825cafd91251dc88f5caf2a/sopel/builtins/admin.py#L290-L302

The docstring is a bit incorrect, too, given auto_accept_invite.

Not saving channel membership resulting from invitations appears to trace all the way back to #1492 for 7.0.

(Yes, I'm intentionally leaving this out of 8.0.)