I am inquiring if there is a limit on irc channel joins by a single user account from a single IP.
To give context, I am testing scaling on a bot we started working on this weekend. Right now it is joining a list of 20-30k channels on twitch and I am spot checking 2-5 minutes after to see if it connects and shows on the viewerlist. I am having mixed results. On some channels it joins, others it does not, on the some that it joins it leaves after a while (say around 10 minutes after it joins and shows up). We are going to look at using sockets instead of the irc python module to get better info, but I wanted to inquire if anyone knows more.
Also I am not spamming or issuing commands during this test. I am just joining channels, which doesn’t seem to have a documented limit on the docs.