1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

relay: remove extra newline at the end of /help relay

This commit is contained in:
Sébastien Helleu
2019-05-12 20:42:46 +02:00
parent c4230ecece
commit 170c523c84
+1 -1
View File
@@ -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"