I made a bot register, it works like this: you go to the channel, he writes to you in private messages that he needs a code. After you enter something, it reacts: if the code is correct, it gives out the server group, if not, it writes that the code is incorrect. So I faced the problem that if you try to enter the code very often, the bot just turns off. For example, I saw that there is a similar bot on another server and you can write to it as much as you want, it does not turn off. I’ve already added the IP bot to the white list. What can be done in such a situation?
If you already added the bot’s IP to the whitelist, the reason why it still gets disconnected is because the bot is getting banned for flooding. To fix this, you need to adjust the flood protection limits in your TeamSpeak server configuration or grant the bot specific permissions such as:
b_client_ignore_antiflood
b_client_ignore_bans
Selfmade or using ts-website from Wruczek?