diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-23 12:00:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-23 12:00:34 +0200 |
commit | b3dd47edd8af9a5c8e7aa97f974082180ea0ec5e (patch) | |
tree | f28fc0a95b70a297de2f768721978067cedcd87e /src/plugins/buflist/buflist-command.c | |
parent | 5a9269ba2045e1aba4ef8c9756e01042a1089e2e (diff) | |
download | weechat-b3dd47edd8af9a5c8e7aa97f974082180ea0ec5e.zip |
buflist: add variable `${format_name}` in bar item evaluation and option buflist.format.name (issue #1020)
Diffstat (limited to 'src/plugins/buflist/buflist-command.c')
-rw-r--r-- | src/plugins/buflist/buflist-command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/buflist/buflist-command.c b/src/plugins/buflist/buflist-command.c index 9ee8a59e3..13b779fdf 100644 --- a/src/plugins/buflist/buflist-command.c +++ b/src/plugins/buflist/buflist-command.c @@ -120,6 +120,8 @@ buflist_command_init () "(set only if the option buflist.look.nick_prefix is enabled)\n" " - ${nick_prefix}: nick prefix for a channel " "(set only if the option buflist.look.nick_prefix is enabled)\n" + " - ${format_name}: formatted name (evaluation of option " + "buflist.format.name)\n" " - ${name}: the short name (if set), with a fallback on the " "name\n" " - ${color_hotlist}: the color depending on the highest " |