{% extends "base.html" %} {% block title %}{{ name }} - irc.now{% endblock %} {% block banner %}{% include "partials/announcement.html" %}{% endblock %} {% block flash %}{% include "partials/flash.html" %}{% endblock %} {% block content %}

{{ name }}

status

{% if ready %}

ready

{% else %}

not ready

{% if !status_message.is_empty() %}

{{ status_message }}

{% endif %} {% endif %}

connection

host {{ hostname }}
port (tls) 6697
port (plain) 6667
{% if !network_name.is_empty() %}
network name {{ network_name }}
{% endif %}
auth SASL PLAIN (irc.now credentials)

danger zone

deleting a network removes the IRC server and all its data.

{% endblock %}