to remove the quote you need to edit this part i think of the tomstalkerbot.php file
PHP Code:
// get alice's response
$rss = preg_replace("#^(.*)\[/quote\]#ies","",$message);
$ff = fopen($ttb_alicelocation . "?input=" . urlencode($rss),"r");
$response = fread($ff,10000);
fclose($ff);
$ttb_time = time() + rand(1,5);
$ttb_message = "[ QUOTE] " . $rss . " [ /QUOTE]\r\n\r\n" . $response . $emoticon;
note i put a gap in the quote tags to stop it quoteing on here