{% extends "base.html" %} {% block title %}Config — ULPgrammer{% endblock %} {% block content %}

Configuration

Keywords Channels
{% if active_tab == 'keywords' %}

Keyword Groups

Each group can have multiple regex patterns. Patterns containing @ trigger CRITICAL on matching email usernames.

{% for g in groups %}
{% for p in g.patterns %} {% endfor %}
RegexLabel
{% endfor %}
{% elif active_tab == 'channels' %}

Watched Channels

Username (without @) or numeric channel ID (e.g. -1002748707556).

{% endif %} {% endblock %}