Code:
RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} ^.*fusker.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*anotherdomain.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*moredomains.*$
RewriteRule /* http://www.url-to-send-these-visitors-to.com/pissoff.html [R,L]
see if that helps