diff options
author | Andrew Potter <agpotter@gmail.com> | 2021-03-26 17:27:37 -0700 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-16 10:00:30 +0200 |
commit | 94c902adfcbc7bae5039fe383ddfc5064297d40c (patch) | |
tree | 8fca3990db5140e48001a6c6b1fd7a5b25b52032 /src/plugins/buflist/buflist-command.c | |
parent | 670c5cd7456e4c9c3be0d3ef8a5cadd9df764b43 (diff) | |
download | weechat-94c902adfcbc7bae5039fe383ddfc5064297d40c.zip |
irc, buflist: add bar item "tls_version" with options for colors, add buflist format "${format_tls_version}" (issue #1622)
Diffstat (limited to 'src/plugins/buflist/buflist-command.c')
-rw-r--r-- | src/plugins/buflist/buflist-command.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/buflist/buflist-command.c b/src/plugins/buflist/buflist-command.c index 51ed01d37..7a8dfc7da 100644 --- a/src/plugins/buflist/buflist-command.c +++ b/src/plugins/buflist/buflist-command.c @@ -168,7 +168,10 @@ buflist_command_init () " - ${hotlist_priority}: \"none\", \"low\", \"message\", " "\"private\" or \"highlight\"\n" " - ${format_lag}: the lag for an IRC server buffer, empty if " - "there's no lag (evaluation of option buflist.format.lag)"), + "there's no lag (evaluation of option buflist.format.lag)\n" + " - ${format_tls_version}: indicator of TLS version for a server " + "buffer, empty for channels. (evaluation of option " + "buflist.format.tls_version)"), "enable|disable|toggle || bar || refresh", &buflist_command_buflist, NULL, NULL); } |