I have a eggdrop running on quakenet irc. I was wonder how it would be possible to have some sort of online request where people goto the website and complete a form, then conects the bot to ask it to join that channel.
I know it can be done as I have seen it happen, How is this possible
You could have the form email you or something, and you could manually review it and add the bot.
You could write a Php script that stores the requests and when you approve them, connects to your bot, logs in, and does .+chan automatically.
You could write an Eggdrop script that listens on a socket, maybe even runs the web server if your shell doesn't have one, and accepts commands to add channels.
Anyway, there are more, but those are the obvious ones.