RewriteEngine on
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^
http://(www.)?urltoyoursite.com [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$
http://urltoyoursite.com/hotlink.html
If I remember my .htaccess properly, this will take all hotlinked images and redirect them to hotlink.html. You can change as needed.