Right now, on my index page, I have a listing of recent comments posted to various entries on my weblog. This is the code I'm using now:
CODE
<MTComments lastn="10" sort_order="descend">
<i><$MTCommentDate format="%b %d, %Y"$></i><br />
<MTCommentEntry>
<a href="<$MTEntryLink$>#comment<$MTCommentID$>"><$MTEntryTitle$></a>
</MTCommentEntry>
(<$MTCommentAuthor$>)<br />
</MTComments>

How can I set it to not list comment postings by a single author (in this case, me)? I'd like to display all comments by people who aren't me.