Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // I get a lot of random add requests on steam. :P So here's essentially what my process is!
- if (randomAddRequestAge < 18) {
- rejectAdd();
- } else {
- if (theyCommentedOnAndReadProfile == True) {
- compareFriendsListAndGroups();
- if ((groupsInCommon > 3) || (friendsInCommon > 3)) {
- considerAddingFriend();
- warnUserAboutTalkativity();
- if (theyCheatedRecently) {
- rejectAdd();
- }
- } else {
- considerRejectAdd();
- }
- } else {
- rejectAdd();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment