diff --git a/config.py b/config.py index a6a3435..a0f0f6c 100644 --- a/config.py +++ b/config.py @@ -2,6 +2,8 @@ import os from datetime import datetime ctf_name = "TJCTF" +#IRC Channel +ctf_chat_channel = "#tjctf" ctf_home_url = "http://tjctf.org" eligibility = "In order to be eligible for prizes, all members of your team must be in high school, and you must not have more than four team members." tagline = "a cybersecurity competition created by TJHSST students" diff --git a/templates/chat.html b/templates/chat.html index 931f5ba..4568b22 100644 --- a/templates/chat.html +++ b/templates/chat.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %}
- +
{% endblock %}