aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-17 17:25:23 -0700
committerFuwn <[email protected]>2025-09-17 17:25:23 -0700
commit3f82f1e15fe8b5955017e6adf118a9b52de769d5 (patch)
treefb366c181ad0fa37d2018a3e24479543093806c9
parentfeat(roleplay_limiter): Ignore roleplay-specific limits on weekends (diff)
downloadumabot-3f82f1e15fe8b5955017e6adf118a9b52de769d5.tar.xz
umabot-3f82f1e15fe8b5955017e6adf118a9b52de769d5.zip
feat(roleplay_limiter): Add weekend limit information to removal message
-rw-r--r--src/umabot/rules/roleplay_limiter.py2
1 files changed, 1 insertions, 1 deletions
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