diff options
| author | Fuwn <[email protected]> | 2025-09-20 22:01:20 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-20 22:01:20 -0700 |
| commit | dcfc94baf8bc0e1a3f576c0fc1af37b1572773e0 (patch) | |
| tree | 801261acd88130f256eb9a343d267dcf7c3ad100 | |
| parent | fix(irm): Expand on art check criteria (diff) | |
| download | umabot-dcfc94baf8bc0e1a3f576c0fc1af37b1572773e0.tar.xz umabot-dcfc94baf8bc0e1a3f576c0fc1af37b1572773e0.zip | |
feat(irm): Update post removal message subject
| -rw-r--r-- | src/umabot/rules/intelligent_roleplay_moderator.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |