diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-12 20:24:39 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-12 20:24:39 +0200 |
commit | ccd45e4921ff5614f65dad6d742a58225fde92a6 (patch) | |
tree | f953f53b248f2d0fc9338e439203896761f7a5e7 /src/plugins | |
parent | 6d99f5da452d3b498c37b5846d220123947e1ff6 (diff) | |
download | weechat-ccd45e4921ff5614f65dad6d742a58225fde92a6.zip |
relay: update message displayed when the client is connected/authenticated
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/relay/relay-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-client.c b/src/plugins/relay/relay-client.c index d3d157e9e..72de0a690 100644 --- a/src/plugins/relay/relay-client.c +++ b/src/plugins/relay/relay-client.c @@ -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, |