if (riders.indexOf(rcs_id) !== -1) {
                res.send("You've already signed up for shuttle " + shuttleID + ". To add guests, you'll need to unsignup, and then resignup with your guests.");
                return;
            }
            else if (waitlist.indexOf(rcs_id) !== -1) {