I'm sure it's really a mod as such, more a template modfication. They have just added the little images with a template conditional at a guess.
Code:
<if condition="is_member_of($post, N)">
<!-- stuff here for the little image -->
</if>
Change the N to the usergroup number of the user group(s) who you want to show that image for.
If I'm wrong and those images are not for a usergroup, then please explain what they do, under what condition do they appear/get hidden etc?