{% extends "base.html" %} {% block title %}IRC Server Presets{% endblock %} {% block content %}
Sysop-configured IRC servers shown as quick-connect options in the terminal IRC chat menu.
| Order | Name | Server | Port | SSL | Nick | Channels | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ p.order }} | {{ p.name }} | {{ p.server }} | {{ p.port }} | {{ '✓' if p.use_ssl else '' }} | {{ p.default_nick or 'BBS username'|safe }} | {{ p.channels or '' }} | {% if p.is_active %} Active {% else %} Disabled {% endif %} | |