We've all known about bugs with [command] blocks but no-one seems to have looked into it. This appears to be the cause: the number of bans, not the number of commands, is compared with MAX_ADMIN_COMMANDS. One-character fix coming right up.
Created attachment 1633 [details] s/bc/cc/ Use command count instead of ban count when testing to see how many we have.
Fixed in r1055.
Created attachment 1633 [details] s/bc/cc/ Use command count instead of ban count when testing to see how many we have.