diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-04 10:16:44 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-04 10:16:44 +0100 |
commit | dfa3e13e3d953c2dbaf47faeffe7548e0961cceb (patch) | |
tree | b7c497d90e8c478126aa28f6d7474ebe535630e2 /doc/en | |
parent | 1d7466032d34a1dfb5270e125856158eb6976866 (diff) | |
download | weechat-dfa3e13e3d953c2dbaf47faeffe7548e0961cceb.zip |
doc: add missing property "print_hooks_enabled" in function buffer_set (plugin API reference)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 9be785f20..439a62044 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -10102,6 +10102,9 @@ Arguments: highlights only, "2" = add for highlights and messages, "3" = add for all messages +| print_hooks_enabled | "0" or "1" | + "0" to disable print hooks, "1" to enable them (default for a new buffer) + | day_change | "0" or "1" | "0" to hide messages for the day change, "1" to see them (default for a new buffer) |