mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 13:01:07 -05:00
Matrix2051: Remove unformatted argument
This commit is contained in:
parent
9f6e6bff96
commit
1b4cfeeca5
@ -111,7 +111,7 @@ class Matrix2051(callbacks.Plugin):
|
|||||||
new_msg = ircmsgs.IrcMsg(args=(dmroom, *msg.args[1:]), msg=msg)
|
new_msg = ircmsgs.IrcMsg(args=(dmroom, *msg.args[1:]), msg=msg)
|
||||||
return new_msg
|
return new_msg
|
||||||
self.log.warning("Matrix2051: attempted to send message to %s but "
|
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
|
return msg
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user