From dcfc94baf8bc0e1a3f576c0fc1af37b1572773e0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 20 Sep 2025 22:01:20 -0700 Subject: feat(irm): Update post removal message subject --- src/umabot/rules/intelligent_roleplay_moderator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/umabot/rules/intelligent_roleplay_moderator.py b/src/umabot/rules/intelligent_roleplay_moderator.py index 7f46640..865b4a4 100644 --- a/src/umabot/rules/intelligent_roleplay_moderator.py +++ b/src/umabot/rules/intelligent_roleplay_moderator.py @@ -137,7 +137,7 @@ class IntelligentRoleplayModerator(Rule, IntelligentModeratorBase): """Send mod mail about low-effort removal.""" try: username = submission.author.name - subject = "Moderation Notice: Post Removal" + subject = "Your in-character post has been removed" # Format reasoning based on configuration formatted_reasoning = self._format_reasoning(evaluation) -- cgit v1.2.3