From 4e132d708c5cebd83d81e17805c640df434bb0c8 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Sat, 3 Dec 2022 11:01:08 +0100 Subject: [PATCH] Matrix2051: Remove unformatted argument (#107) --- Matrix2051/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Matrix2051/plugin.py b/Matrix2051/plugin.py index 8af4300..bb5cce2 100644 --- a/Matrix2051/plugin.py +++ b/Matrix2051/plugin.py @@ -111,7 +111,7 @@ class Matrix2051(callbacks.Plugin): new_msg = ircmsgs.IrcMsg(args=(dmroom, *msg.args[1:]), msg=msg) return new_msg self.log.warning("Matrix2051: attempted to send message to %s but " - "could not find a suitable room", target, dmroom) + "could not find a suitable room", target) return msg