{% extends 'base.html' %} {% load commonmark %} {% block title %} Fix IRC permissions for NickServ user {{ request.user.profile.nickserv_username }} for IRC channel {{ team.irc_channel_name }} {% endblock %} {% block content %}

Fix IRC permissions

This will make the bot re-add IRC ACL for your NickServ user {{ request.user.profile.nickserv_username }} for IRC channel {{ team.irc_channel_name }}. Use this in cases where you are unable to join the team IRC channel after entering your NickServ username in your profile.

{% csrf_token %} {{ form }} Cancel
{% endblock %}