he only seems to reply to a new thread when i say his name like
"bored your cool"
or
attn: bored
you cool
this is where i have it in the newreply.php
Code:
if ($visible) {
if ($threadinfo[replycount]%10==0) {
$replies=$DB_site->query_first("SELECT COUNT(*)-1 AS replies FROM post WHERE threadid='$threadid'");
$DB_site->query("UPDATE thread SET lastpost='".time()."',replycount='$replies[replies]',lastposter='".addslashes($postusername)."' WHERE threadid='$threadid'");
include "tomstalkerbot.php";