Quote Originally Posted by 'Groovy',index.php?page=Thread&postID=86244#post86 244
Now in C++

If ( user_actions() = bot_detection() ) {
ban_account(account);
Send_Automated_User_Email(account.email, redundent_email_template_baned_botting);
Set_BanGm(GetCurrent_GM());
}

later on

if user.complains {
Send_Gm_Email(Get_GM_Grade2_Email(Get_BanGm(user)->g2_email), Get_BanGm(user)->gm_no, Get_BanGm(user)-> user_no, user_actions(timeperiod));
}

The rest has to be delt with a human interaction.
/em waits for the obfuscated C version. :P