mirror of
https://github.com/Zippland/Bubbles.git
synced 2026-01-19 09:41:17 +08:00
0.02
This commit is contained in:
2
robot.py
2
robot.py
@@ -70,7 +70,7 @@ class Robot(Job):
|
|||||||
numeric_rate = max(0.0, min(1.0, numeric_rate))
|
numeric_rate = max(0.0, min(1.0, numeric_rate))
|
||||||
self.group_random_reply_mapping[room_id] = numeric_rate
|
self.group_random_reply_mapping[room_id] = numeric_rate
|
||||||
|
|
||||||
self.group_random_reply_recovery = 0.05
|
self.group_random_reply_recovery = 0.02
|
||||||
self.group_random_reply_state = {}
|
self.group_random_reply_state = {}
|
||||||
|
|
||||||
if self.group_random_reply_default > 0:
|
if self.group_random_reply_default > 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user