irc_mirror_backend: Remove repeated dictionary key.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2020-04-18 17:43:39 -07:00 committed by Tim Abbott
parent 17cf26aa1f
commit f616b9259e

View file

@ -106,7 +106,6 @@ class IRCBot(irc.bot.SingleServerIRCBot):
"type": "stream", "type": "stream",
"to": self.stream, "to": self.stream,
"subject": self.topic, "subject": self.topic,
"content": content,
"content": "**{}**: {}".format(sender, content), "content": "**{}**: {}".format(sender, content),
})) }))