i need a simple script making where users in an irc channel can type a command and for my eggdrop bot to send a request to a php webpage, the bot will then msg the text echo’d from the webpage back into the channel.
for instance a user types !example
the bot then sends request to www.testwebpage.com/index.php
bot then pastes any text from this page to the channel where the command was made
