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

relay: update message displayed when the client is connected/authenticated

This commit is contained in:
Sébastien Helleu
2020-04-12 20:24:39 +02:00
parent 6d99f5da45
commit ccd45e4921
14 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -1572,7 +1572,7 @@ relay_client_set_status (struct t_relay_client *client,
{
weechat_printf_date_tags (
NULL, 0, "relay_client",
_("%s: client %s%s%s authenticated"),
_("%s: client %s%s%s connected/authenticated"),
RELAY_PLUGIN_NAME,
RELAY_COLOR_CHAT_CLIENT,
client->desc,