summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-04 10:16:44 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-04 10:16:44 +0100
commitdfa3e13e3d953c2dbaf47faeffe7548e0961cceb (patch)
treeb7c497d90e8c478126aa28f6d7474ebe535630e2 /doc/en
parent1d7466032d34a1dfb5270e125856158eb6976866 (diff)
downloadweechat-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.txt3
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)