I know I’ve posted quite a lot with questions regarding bots in general,I have a simple question for this time.
If I have a bot that is hosted by mIRC and I have a website example.com,would it be somehow possible that there would be a a option that would say “Start” and it would ask for permission and once the permission has been granted the bot will join the channel.
Yes, it’s possible. Look into using sockets in mIRC to accomplish this.
You’ll want the bot to connect to your site through a socket and get a list of user(s) it should join. The website will return the list, which the bot can use to split apart and join the channel(s).