1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

relay: add missing "ssl." in output of /relay listrelay

This commit is contained in:
Sebastien Helleu
2012-10-05 15:21:32 +02:00
parent 485728a43f
commit 33d90d75c3
13 changed files with 1032 additions and 1028 deletions
+2 -1
View File
@@ -149,11 +149,12 @@ relay_command_server_list ()
}
weechat_printf (NULL,
_(" port %s%d%s, relay: %s%s%s%s%s, started on: %s"),
_(" port %s%d%s, relay: %s%s%s%s%s%s, started on: %s"),
RELAY_COLOR_CHAT_BUFFER,
ptr_server->port,
RELAY_COLOR_CHAT,
RELAY_COLOR_CHAT_BUFFER,
(ptr_server->ssl) ? "ssl." : "",
relay_protocol_string[ptr_server->protocol],
(ptr_server->protocol_args) ? "." : "",
(ptr_server->protocol_args) ? ptr_server->protocol_args : "",