I myself use 418 as a reply to mean bots. Fun + makes filtering logs easier.
Nginx config snippet:
# Nothing to hack around here, I’m just a teapot: location ~* \.(?:php|aspx?|jsp|dll|sql|bak)$ { return 418; } error_page 418 /418.html;