Fix for callers, and auto-clear them if there's no inactivity for 60 minutes

This commit is contained in:
2021-09-13 14:28:53 +02:00
parent 04f96684cf
commit 5acfb6866a
5 changed files with 87 additions and 54 deletions
@@ -309,6 +309,14 @@ class RaidbotController(BaseModule):
else:
return "You are not in the raid."
@command(command="raid",
params=[Const("addpts")],
description="Show Presets for adding points",
access_level="leader",
sub_command="manage")
def points_presets_cmd(self, request, _):
return ChatBlob("PTS Presets", self.preset_controller.build_preset_list)
@command(command="raid",
params=[Const("addpts"), Any("name")],
description="Add points to all active participants",