I've made a php script which adds info to my mysql database and also posts a short message to twitter announcing the release. My next step is trying to use php to post that same message to the eggdrop as well.
My problem is that I can't seem to figure out how to make it auto-post to the bot... I can make it command based but I don't know how to make it automatic... I apologize if this is in the wrong section as it seems to cover a couple of them.
Thanks in advance for any and all help that is offered.
EDIT: figured it out myself... just had to figure out how to get php to telnet the command. works like a charm now