>")); $output=shell_exec("top -n1 -c -b | grep -m 1 'php irc.php'"); pm("crutchy",$output); $output=explode(" ",$output); delete_empty_elements($output); if (count($output)>=12) { privmsg("RES: ".$output[5]); } else { privmsg("something borked"); } ##################################################################################################### ?>