I had left this out to conserve screen space, but you can add in signatures by editing your postbit (and postbit_legacy) templates, searching for
Code:
<if condition="$post['editlink']"><a href="$post[editlink]">[Ed]</a></if>
and replace with
Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
<if condition="$post['editlink']"><a href="$post[editlink]">[Ed]</a></if>