From 170c523c84d56b608e50a14a67b90927d652a760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 12 May 2019 20:42:46 +0200 Subject: [PATCH] relay: remove extra newline at the end of /help relay --- src/plugins/relay/relay-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c index eec2c11ca..6fd11b121 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -452,7 +452,7 @@ relay_command_init () " weechat protocol with SSL, using IPv4 + IPv6:\n" " /relay add ipv4.ipv6.ssl.weechat 9001\n" " weechat protocol over UNIX domain socket:\n" - " /relay add unix.weechat /tmp/weesock\n"), + " /relay add unix.weechat /tmp/weesock"), "list %(relay_relays)" " || listfull %(relay_relays)" " || listrelay"