It was encoded on itself three times but essentially it's this:
?><?php
function list_pings($comment, $args, $depth) {
$GLOBALS['comment'] = $comment;
?>
<li id="comment-<?php comment_ID(); ?>">
<?php comment_author_link(); ?>
<?php } ?>
<?php
if (function_exists('wp_list_comments')) ...