Odd question:
$returnstr = str_replace("*name*",$name,$returnstr);
returns the persons name who triggered the function. Is there a simple way to replace that with a name specified by the person who triggered?
Example: !script Test would (hopefully)produce "This script was ran by Shelnaria but directed to Test"