diff options
Diffstat (limited to 'doc/en')
-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 aba955d28..5230d5702 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -10009,7 +10009,8 @@ Arguments: * _buffer_type_: catch lines on the given buffer type (if NULL or empty string, _formatted_ is the default) - (a priority is allowed before the buffer type, see note about <<hook_priority,priority>>): + (_WeeChat ≥ 3.7_: a priority is allowed before the buffer type, + see note about <<hook_priority,priority>>): ** _formatted_: catch lines on formatted buffers only (default) ** _free_: catch lines on buffers with free content only ** _*_: catch lines on all buffer types |