Don't terminate after first match
This commit is contained in:
parent
7fd6dd1a3c
commit
a15e13ae5f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue