From c26fbd9f551dacfaf227cd90ce7ba80b5129cc17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Thu, 9 Feb 2017 22:10:04 -0800 Subject: [PATCH] Highlight proxy with UDP warning --- src/twc-profile.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/twc-profile.c b/src/twc-profile.c index 51c5cd0..5a6b5b5 100644 --- a/src/twc-profile.c +++ b/src/twc-profile.c @@ -324,10 +324,11 @@ twc_profile_load(struct t_twc_profile *profile) if (options.udp_enabled) weechat_printf(profile->buffer, - "%swarning: Tox is configured to use a proxy, but " - " UDP is not disabled. Your IP address may not be " - "hidden.", + "%s%swarning:%s Tox is configured to use a proxy, " + "but UDP is not disabled. Your IP address may not " + "be hidden.", weechat_prefix("error"), + weechat_color("lightred"), weechat_color("reset"), options.proxy_host, options.proxy_port); }