Zchinque: @Xyem: It's been about a month, so may I request another update to the highlander list? ;)
Just about finishing up the first stage of automating this (updating list of entrants once an hour) and this is the highlander list as it stands right now:
Austrobogulator
brendano
Frozen
gyokzoli
Hardrada
Lou
Master911
nmillar
Petrell
Soilbreeder
Vault_Boy
Zchinque
Calibrus and Catshade have been taken out of the running since the last highlander list update so we're down to 12!
Once this automation is all done, there will be a lot more information on the first post here, including counts of new/returning/highlander entrants on each draw.
EDIT:
SELECT name FROM accounts JOIN entries ON account = accounts.id GROUP BY name HAVING COUNT(account) >= (SELECT COUNT(id) FROM draws ) ORDER BY LOWER(name);
I'm sure it's not the most complicated SQL ever but I still felt I should post this :P