diff --git a/echo.py b/echo.py index 62a9cc7..f5d3a42 100644 --- a/echo.py +++ b/echo.py @@ -45,7 +45,7 @@ class EchoBot(Plugin): msgtype=MessageType.NOTICE, format=Format.HTML, body=f"{evt.sender}: Pong! (ping {message} {pretty_diff} to arrive)", formatted_body=f"{evt.sender}: Pong! " - f"(ping {message} " + f"(ping {html_message} " f"{pretty_diff} to arrive)") content["pong"] = { "ms": diff,