From 3f82f1e15fe8b5955017e6adf118a9b52de769d5 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 17 Sep 2025 17:25:23 -0700 Subject: feat(roleplay_limiter): Add weekend limit information to removal message --- src/umabot/rules/roleplay_limiter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/umabot/rules/roleplay_limiter.py b/src/umabot/rules/roleplay_limiter.py index c359189..cd27f5f 100644 --- a/src/umabot/rules/roleplay_limiter.py +++ b/src/umabot/rules/roleplay_limiter.py @@ -154,7 +154,7 @@ class RoleplayLimiter(Rule): f"within a 6-hour time window. " ) - notice = f"\n\nThis subreddit uses a surge-based system that dynamically adjusts limits based on overall activity. Your limit resets in {time_str}." + notice = f"\n\nThis subreddit uses a surge-based system that dynamically adjusts limits based on overall activity. Surge limits are removed on weekends (UTC). Your limit resets in {time_str}." return base_message + main_message + notice -- cgit v1.2.3