Quote Originally Posted by bugme143 View Post
Except it doesn't make sense, since Round Robin sends 1 command to 1 client per click / key press. CCP doesn't even know what they're banning themselves.
Unless it's simply:
Code:
if ($KeystrokesReceivedPerSecond > 3) { doBanUser($User); }