asdcahlwmdcuiawhfudigfhugaqdf
suppose i write a function
function DERPTHElovingDERP()
{
echo("LOL DERP");
}
now
i do this in console:
DERPTHElovingDERP();
IS THIS AUTOMATED? NO.
NOW SUPPOSE I MAKE A PACKAGE:
package DERPTASM
{
function servercmdmessagesent(%c, %t)
{
parent::servercmdmessagesent(%c, %t);
DERPTHElovingDERP();
}
};
activatepackage(derptasm);
IS THIS AUTOMATED?
YES, FOR THE MOST PART.
Now, replace my derpthelovingderp function with the function that posts to the forums
I wouldn't tie it to messagesent, I would tie it to a gui or something