Quote: Original post by InnocuousFox
Now I'm trying to determine if you are trolling the troll.
Nah, automated Turing tests are pretty straightforward. Useful for CAPTCHAs, too.
spawn $bot_executableexpect "Hello."send "Hello. Are you a robot?"expect "No."send "Are you SURE?"expect "Yes."send "Which is tastier: Cheeseburgers or machine oil?"expect "Cheeseburgers."send "Arobotsayswhat?"expect { "What?" abort "You will be first against the wall, fleshy oppressor!" abort "%s"}send "Okay, okay, you're a human. Here is your cupcake."
HTH