You can add it to the postbit (or postbit_legacy, depending on which one you use) template. Find where the message is displayed (should say $post[message] I think) and add above it:
HTML Code:
<if condition="$thread['forumid']==x AND $post['postid']==$thread['firstpostid']">
your message written using proper html
</if>
Change x to the forumid you wish this to appear in.