1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

relay: add protocol "api" in description of info "relay_client_count"

This commit is contained in:
Sébastien Helleu
2026-04-28 21:22:38 +02:00
parent fd88c9a45b
commit 062109e33d
15 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ relay_info_init (void)
N_("number of clients for relay"),
/* TRANSLATORS: please do not translate the status names, they must be used in English */
N_("protocol,status (both are optional, for each argument \"*\" "
"means all; protocols: irc, weechat; statuses: connecting, "
"means all; protocols: api, irc, weechat; statuses: connecting, "
"waiting_auth, connected, auth_failed, disconnected)"),
&relay_info_info_relay_client_count_cb, NULL, NULL);
/* infolist hooks */