From 5467aa470543e93005c4352b8bf475d9ba6b9475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20M=C3=A4der?= <maeder@phys.ethz.ch> Date: Tue, 18 Feb 2020 14:44:04 +0100 Subject: [PATCH] Add newline --- maubot.yaml | 2 +- rt.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maubot.yaml b/maubot.yaml index 75a49bc..700068d 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -5,7 +5,7 @@ maubot: 0.1.0 id: ch.ethz.phys.rt # A PEP 440 compliant version string. -version: 0.3.0 +version: 0.3.1 # The SPDX license identifier for the plugin. https://spdx.org/licenses/ # Optional, assumes all rights reserved if omitted. diff --git a/rt.py b/rt.py index 2d76c33..4dcc616 100755 --- a/rt.py +++ b/rt.py @@ -150,7 +150,7 @@ class RT(Plugin): if msg_lines: if len(msg_lines) == 1: msg_lines += [self.take_this] - await evt.respond(' \n'.join(msg_lines)) + await evt.respond('\n\n'.join(msg_lines)) @command.passive(regex=r"(?:\U0001F44D[\U0001F3FB-\U0001F3FF]?)", field=lambda evt: evt.content.relates_to.key, -- GitLab