diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-10 18:39:31 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-10 18:39:31 +0200 |
commit | 1dda5ffd02fcec3a11027c45fbc05e5408024669 (patch) | |
tree | 5b00947fda408f14ffe1c205e5dd139d66aee84f /doc/en/weechat_plugin_api.en.adoc | |
parent | dc9964ccc68a53a2ec0ea1b654ba721b1185f468 (diff) | |
download | weechat-1dda5ffd02fcec3a11027c45fbc05e5408024669.zip |
doc: add value -1 for notify level in function hook_line (plugin API reference)
Diffstat (limited to 'doc/en/weechat_plugin_api.en.adoc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 622058f23..0c418a58f 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -9494,6 +9494,7 @@ Line data sent to the callback is a hashtable, with following values `+1+` | notify_level | + "-1" = no notify + "0" = low level + "1" = message + "2" = private message + @@ -9573,7 +9574,7 @@ in this hashtable): The values of `notify_level` and `highlight` are updated accordingly. | notify_level | - Integer ("0" to "3"). | + Integer ("-1" to "3"). | N/A. | The notify level is set to this value. The hotlist will be updated accordingly once the line is added in the buffer. + |