Help
Choose who can send messages
if (Blim.isClosedMode()) { if (listCount > 0) { document.write("Only the people listed here are allowed to send you messages. "); document.write("Everyone else is blocked from contacting you with Messenger."); } else { document.write("Currently no one is allowed to contact you with Messenger."); } } else { if (listCount > 0) { document.write("The people listed here are blocked from contacting you with Messenger."); } else { document.write("Currently no one is blocked from contacting you with Messenger."); } }