irc_mirror_backend: Remove repeated dictionary key.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
17cf26aa1f
commit
f616b9259e
|
@ -106,7 +106,6 @@ class IRCBot(irc.bot.SingleServerIRCBot):
|
|||
"type": "stream",
|
||||
"to": self.stream,
|
||||
"subject": self.topic,
|
||||
"content": content,
|
||||
"content": "**{}**: {}".format(sender, content),
|
||||
}))
|
||||
|
||||
|
|
Loading…
Reference in a new issue