Don't terminate after first match

This commit is contained in:
bg 2024-01-25 07:10:15 +00:00
parent 7fd6dd1a3c
commit a15e13ae5f

View file

@ -106,4 +106,4 @@ class ReactBot(Plugin):
await rule.execute(evt, match)
except Exception:
self.log.exception(f"Failed to execute {name} in {evt.room_id}")
return