From a4236be509e6a38a740b74ae1534e1c823fa8496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 14 Apr 2024 16:14:51 +0200 Subject: [PATCH] relay: add missing proxy in output of `/remote listfull ` --- src/plugins/relay/relay-command.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c index b5da95b2f..728f65019 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -401,6 +401,8 @@ relay_command_display_remote (struct t_relay_remote *remote, int with_detail) weechat_printf (NULL, _("Remote: %s"), remote->name); weechat_printf (NULL, " url. . . . . . . . . : '%s'", weechat_config_string (remote->options[RELAY_REMOTE_OPTION_URL])); + weechat_printf (NULL, " proxy. . . . . . . . : '%s'", + weechat_config_string (remote->options[RELAY_REMOTE_OPTION_PROXY])); weechat_printf (NULL, " password . . . . . . : '%s'", weechat_config_string (remote->options[RELAY_REMOTE_OPTION_PASSWORD])); weechat_printf (NULL, " totp_secret. . . . . : '%s'",