mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
relay: translate connection status in output of commands /relay list and /relay listfull
This commit is contained in:
@@ -91,7 +91,7 @@ relay_command_client_list (int full)
|
||||
ptr_client->desc,
|
||||
RELAY_COLOR_CHAT,
|
||||
weechat_color (weechat_config_string (relay_config_color_status[ptr_client->status])),
|
||||
relay_status_string[ptr_client->status],
|
||||
_(relay_status_string[ptr_client->status]),
|
||||
RELAY_COLOR_CHAT,
|
||||
date_start,
|
||||
date_activity,
|
||||
@@ -106,7 +106,7 @@ relay_command_client_list (int full)
|
||||
ptr_client->desc,
|
||||
RELAY_COLOR_CHAT,
|
||||
weechat_color (weechat_config_string (relay_config_color_status[ptr_client->status])),
|
||||
relay_status_string[ptr_client->status],
|
||||
_(relay_status_string[ptr_client->status]),
|
||||
RELAY_COLOR_CHAT,
|
||||
date_start);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user