Matrix2051: Remove unformatted argument

This commit is contained in:
Val Lorentz 2022-12-03 10:21:50 +01:00 committed by GitHub
parent 9f6e6bff96
commit 1b4cfeeca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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