In htsrv/comment_post.php find the bit that looks like this and add the red bit
if( empty($comment) )
{ // comment should not be empty!
errors_add( T_('Please do not send empty comment') );
}
if( !(strpos($comment,"href")===false && strpos($comment,"www")===false && strpos($comment,"http")===false )) errors_add( T_('Please do not post any links') );
In htsrv/comment_post.php find the bit that looks like this and add the red bit
¥