diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-07-21 08:28:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-07-21 08:28:01 +0200 |
commit | c002c5f77fe025ac910c9089f759780ada7edc64 (patch) | |
tree | 897dfc36ecf6fef33475ead3b9872dafdb3aede7 /doc/en | |
parent | b69e47d0a2f553315ba75b8b3132fa41154e8c1f (diff) | |
download | weechat-c002c5f77fe025ac910c9089f759780ada7edc64.zip |
doc: add "irc_nick" in hashtable sent to hook_focus callback (plugin API reference) (issue #1538)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 21916a557..c7fb69c34 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -12104,8 +12104,7 @@ Content of hashtable sent to callback (keys and values are of type "string"): | _chat | Chat area indicator. | "0" or "1" | "0" -| _chat_line | Pointer to line + - _(WeeChat ≥ 1.2)_. | +| _chat_line | Pointer to line _(WeeChat ≥ 1.2)_. | "0x1234abcd" | "" | _chat_line_x | Column in line ^(3)^. | @@ -12159,8 +12158,7 @@ Content of hashtable sent to callback (keys and values are of type "string"): | _bar_item_col | Column in bar item. | "0" ... "n" | "-1" -| _bar_window | Pointer to bar window + - _(WeeChat ≥ 2.9)_. | +| _bar_window | Pointer to bar window _(WeeChat ≥ 2.9)_. | "0x1234abcd" | "" |=== @@ -12181,6 +12179,7 @@ Extra info for bar item "buffer_nicklist": | nick | core | Nick name. | prefix | core | Prefix for nick. | group | core | Group name. +| irc_nick | irc | Pointer to IRC nick _(WeeChat ≥ 3.0)_. | irc_host | irc | Host for nick (if known). |=== |