{% INCLUDE 'ucp_header.html' %}

{{ lang('MCHAT_PREFERENCES') }}

{% if ERROR or MCHAT_AUTH_COUNT == 0 %}
{% if ERROR %}

{{ ERROR }}

{% endif %} {% if MCHAT_AUTH_COUNT == 0 %}

{{ lang('MCHAT_NO_SETTINGS') }}

{% endif %}
{% endif %} {% if MCHAT_AUTH_COUNT > 0 %}
{% EVENT dmzx_mchat_ucp_index_before %} {% if MCHAT_INDEX_AUTH %}
{% endif %} {% if MCHAT_WHOIS_INDEX_AUTH %}
{% endif %} {% if MCHAT_STATS_INDEX_AUTH %}

{{ lang('MCHAT_STATS_INDEX_EXPLAIN') }}
{% endif %} {% if MCHAT_LOCATION_AUTH %}
{% endif %} {% EVENT dmzx_mchat_ucp_location_after %}
{% EVENT dmzx_mchat_ucp_message_top_before %} {% if MCHAT_MESSAGE_TOP_AUTH %}

{{ lang('MCHAT_MESSAGE_TOP_EXPLAIN') }}
{% endif %} {% if MCHAT_CAPITAL_LETTER_AUTH and MCHAT_ALLOW_USE %}
{% endif %} {% if MCHAT_SOUND_AUTH %}
{% endif %} {% if MCHAT_AVATARS_AUTH %}
{% endif %} {% if MCHAT_INPUT_AREA_AUTH and MCHAT_ALLOW_USE %}
{% endif %} {% if MCHAT_CHARACTER_COUNT_AUTH and MCHAT_ALLOW_USE %}
{% endif %} {% if MCHAT_PAUSE_ON_INPUT_AUTH and MCHAT_ALLOW_USE %}

{{ lang('MCHAT_PAUSE_ON_INPUT_EXPLAIN') }}
{% endif %} {% if MCHAT_DATE_AUTH %}

{{ lang('MCHAT_DATE_FORMAT_EXPLAIN') }}
{% endif %} {% if MCHAT_RELATIVE_TIME_AUTH %}

{{ lang('MCHAT_RELATIVE_TIME_EXPLAIN') }}
{% endif %} {% EVENT dmzx_mchat_ucp_relative_time_after %}
{% EVENT dmzx_mchat_ucp_posts_before %} {% if MCHAT_POSTS_AUTH and MCHAT_POSTS_ENABLED_LANG %}
{% endif %} {% EVENT dmzx_mchat_ucp_posts_after %}
{% endif %}
{% if MCHAT_AUTH_COUNT > 0 %}
{{ S_HIDDEN_FIELDS }}  {{ S_FORM_TOKEN }}
{% endif %}
{% INCLUDE 'ucp_footer.html' %}