{% extends "template.html" %} {% block content %}
Commandes et logs de modération pour {{ twitch_channel }}
{{ 'En ligne' if is_live else 'Hors ligne' }}
{{ 'Actif' if link_filter_enabled else 'Inactif' }}
{{ banned_words|length }} mot{{ 's' if banned_words|length > 1 else '' }}
| Commande(s) | Usage | Permission |
|---|---|---|
{% for c in cmd.commands %}
{{ c }}
{% if not loop.last %} {% endif %}
{% endfor %}
|
{{ cmd.usage }} |
{{ cmd.permission }} |
| Date | Action | Modo | Cible | Détails |
|---|---|---|---|---|
| {{ log.created_at.strftime('%d/%m %H:%M') }} | {{ log.action }} |
{{ log.moderator }} | {{ log.target or '-' }} | {{ log.details or '-' }} |
Récupération du chat...
Les messages du chat Twitch apparaîtront ici en temps réel
Envoyé via le bot • Ouvrir le chat
| Commande | Réponse | Permission | Actions |
|---|---|---|---|
{{ cmd.trigger }} |
{{ cmd.response }} | {{ twitch_permissions.get(cmd.twitch_permission or 'viewer', 'Tous') }} | Supprimer |
| Mot | Timeout | Ajouté le | Actions |
|---|---|---|---|
{{ word.word }} |
{{ word.timeout_duration }}s | {{ word.created_at.strftime('%d/%m/%Y %H:%M') if word.created_at else '-' }} | Supprimer |