# commands start with ".lock" Expand Down Expand Up @@ -82,7 +82,7 @@ async def _(event): ) @borg.on(admin_cmd(r"\.unlock ?(.*)")) @borg.on(admin_cmd("unlock ?(.*)")) async def _(event): if event.fwd_from: return Expand All @@ -99,7 +99,7 @@ async def _(...