diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-31 09:58:29 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-31 09:58:29 +0200 |
commit | e77ea9dc26b1238708c841e395eb3544c0519452 (patch) | |
tree | 0c3d71cffbeece63406cd3bc0a2a4f2cfd453693 /doc/en | |
parent | 324f0aaa2d22de33de7b356fb13c3e795750f69b (diff) | |
download | weechat-e77ea9dc26b1238708c841e395eb3544c0519452.zip |
buflist: add variable "${hotlist_priority_number}" (integer version of "${hotlist_priority}")
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index c3e22dd14..f5353b5c7 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -2328,6 +2328,7 @@ The following variables can be used in these options: - ${format_hotlist}: the formatted hotlist (evaluation of option buflist.format.hotlist) - ${hotlist}: the raw hotlist - ${hotlist_priority}: "none", "low", "message", "private" or "highlight" + - ${hotlist_priority_number}: -1 = none, 0 = low, 1 = message, 2 = private, 3 = highlight - ${format_lag}: the lag for an IRC server buffer, empty if there's no lag (evaluation of option buflist.format.lag) - ${format_tls_version}: indicator of TLS version for a server buffer, empty for channels (evaluation of option buflist.format.tls_version) ---- |