Disable topic drift monitoring in general channel

Add ignored_channels config to topic_drift section, supporting
channel names or IDs. General channel excluded from off-topic
warnings while still receiving full moderation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 14:47:03 -05:00
parent b79d1897f9
commit dd0d18b0f5
2 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ game_channels:
topic_drift:
enabled: true
ignored_channels: ["general"] # Channel names or IDs to skip topic drift monitoring
remind_cooldown_minutes: 10 # Don't remind same user more than once per this window
escalation_count: 3 # After this many reminds, DM the server owner
reset_minutes: 60 # Reset off-topic count after this much on-topic behavior