Skip to content

✨ feat(login): add auto_login parameter#22

Open
Nardol wants to merge 1 commit intoBlindMaster24:masterfrom
Nardol:feat/autologin_param
Open

✨ feat(login): add auto_login parameter#22
Nardol wants to merge 1 commit intoBlindMaster24:masterfrom
Nardol:feat/autologin_param

Conversation

@Nardol
Copy link
Contributor

@Nardol Nardol commented Nov 7, 2025

Adds an auto_login parameter to TeamTalkBot.add_server, enum.TeamTalkServerInfo and TeamTalkInstance to allow manual control over the login process.

When auto_login is set to False, the bot will connect to the server but will not automatically log in. This is useful for scenarios that require a manual login step, such as logging in with a BearWare.dk account.

The default value is True to maintain the existing behavior of automatically logging in after a successful connection.

Adds an `auto_login` parameter to `TeamTalkBot.add_server`, `enum.TeamTalkServerInfo` and `TeamTalkInstance` to allow manual control over the login process.

When `auto_login` is set to `False`, the bot will connect to the server but will not automatically log in. This is useful for scenarios that require a manual login step, such as logging in with a BearWare.dk account.

The default value is `True` to maintain the existing behavior of automatically logging in after a successful connection.

Signed-off-by: Patrick ZAJDA <patrick@zajda.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant