this the code i already have in threads.php
<?php if(!osc_is_web_user_logged_in()) { ?>
<div class="im-empty flashmessage flashmessage-warning"><?php _e('Please log in to see your conversations.', 'instant_messenger'); ?></div>
<?php } else { ?>
<div class="im-empty flashmessage flashmessage-warning"><?php _e('You have no conversations', 'instant_messenger'); ?></div>
<?php } ?>