In case the comment spam ever happens to you…
It might be helpful to know that adding the IP to /etc/hosts.deny does nothing to stop it.
Adding the IP to your .htaccess file like this
order deny,allow
deny from 216.69.166.196
allow from all
works splendidly.

