{% extends "base.html" %} {% block title %}dashboard - irc.now{% endblock %} {% block content %}

dashboard

bouncer

{% if has_bouncer %}your bouncer is running{% else %}no bouncer configured{% endif %}

{% if !has_bouncer %} create bouncer {% endif %}

plan

{{ plan }}

{% if !is_pro %} upgrade to pro {% endif %}

migrate

import your servers and channels from irccloud.

migrate from irccloud

account

manage your display name, email, and password.

edit profile
{% endblock %}