Quote:
Originally Posted by KirbyDE
Assuming that your newsbot creates new threads:
** UNTESTED **
In search.php FIND
PHP Code:
if ($_REQUEST['do'] == 'getnew' OR $_REQUEST['do'] == 'getdaily')
BELOW that FIND (1st occurance)
PHP Code:
AND delthread.primaryid IS NULL
BELOW that ADD
PHP Code:
AND thread.postuserid != 1234
(1234 must be replaced with the userid of your bot)
|
Kerby any idea how to add this to the admincp? that would be nice.