Just tell me, and I'll attach my edit of v2.0.2. Almost nothing has been changed in it.
I also had to disable those two rows to make it work -
//$botinput = strip_empty_bbcode(strip_quotes($newpost["message"]));
//$botinput = strip_smilies($botinput);
- I guess the calls to those functions are different in vB3.5x, and I didn't know how to fix it when I made the changes... There's also another a few other things that I had to fix to make it work - that needs to be fixed before it can be used in a correct way..