diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-25 21:07:15 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-25 21:07:15 +0200 |
commit | 8edca0dd75bdbe500b2a8c59e338f871cf696b19 (patch) | |
tree | 01217b4dd847aeb19c72f073a4e57f35d72335fb /src/plugins/buflist/buflist-command.c | |
parent | 4049c6c8a272b7cb5eef93015dff94698bd6c62d (diff) | |
download | weechat-8edca0dd75bdbe500b2a8c59e338f871cf696b19.zip |
buflist: add pointers to IRC server and channel
New pointers in evaluated formats:
- irc_server: IRC server
- irc_channel: IRC channel
Diffstat (limited to 'src/plugins/buflist/buflist-command.c')
-rw-r--r-- | src/plugins/buflist/buflist-command.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/buflist/buflist-command.c b/src/plugins/buflist/buflist-command.c index 342b84f4c..18bbb101c 100644 --- a/src/plugins/buflist/buflist-command.c +++ b/src/plugins/buflist/buflist-command.c @@ -88,6 +88,10 @@ buflist_command_init () " - ${buffer.full_name}\n" " - ${buffer.short_name}\n" " - ${buffer.nicklist_nicks_count}\n" + " - irc_server: IRC server data, defined only on an IRC buffer " + "(see hdata \"irc_server\" in API doc)\n" + " - irc_channel: IRC channel data, defined only on an IRC channel " + "buffer (see hdata \"irc_channel\" in API doc)\n" " - extra variables added by buflist for convenience:\n" " - ${format_buffer}: the evaluated value of option " "buflist.format.buffer; this can be used in option " |