From a15e13ae5f8eea6975780315922042eacb018bd7 Mon Sep 17 00:00:00 2001 From: bg Date: Thu, 25 Jan 2024 07:10:15 +0000 Subject: [PATCH] Don't terminate after first match --- reactbot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactbot/bot.py b/reactbot/bot.py index a31fa31..1016312 100644 --- a/reactbot/bot.py +++ b/reactbot/bot.py @@ -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 +