The comment is being published by the moderator.
$comment: Passes in the comment the action is being performed on.
Nothing.
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
function hook_comment_publish($comment) {
drupal_set_message(t('Comment: @subject has been published', array(
'@subject' => $comment->subject,
)));
}