summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-07-31 09:58:29 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-07-31 09:58:29 +0200
commite77ea9dc26b1238708c841e395eb3544c0519452 (patch)
tree0c3d71cffbeece63406cd3bc0a2a4f2cfd453693 /doc/en
parent324f0aaa2d22de33de7b356fb13c3e795750f69b (diff)
downloadweechat-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.adoc1
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)
----