diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-05 12:14:39 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-05 12:14:39 +0200 |
commit | db8aa43b5aa8b11329e6fbce78a6fe66870c9bb3 (patch) | |
tree | 141c3b29b3212ea9c0da12b5ee15b08941ba9cf1 /doc/de/autogen | |
parent | a0a28ac3d95044599896ecdfb63dbf441ab94105 (diff) | |
download | weechat-db8aa43b5aa8b11329e6fbce78a6fe66870c9bb3.zip |
Add description of notify levels in /help buffer
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/weechat_commands.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/de/autogen/weechat_commands.xml b/doc/de/autogen/weechat_commands.xml index 4e9fde42e..08a9ff7f8 100644 --- a/doc/de/autogen/weechat_commands.xml +++ b/doc/de/autogen/weechat_commands.xml @@ -60,7 +60,12 @@ Puffer verwalten move: move buffer in the list (may be relative, for example -1) close: close buffer list: list buffers (no parameter implies this list) - notify: set notify level for current buffer + notify: set notify level for current buffer: this level determines whether buffer will be added to hotlist or not: + none: never + highlight: for highlights only + message: for messages from users + highlights + all: all messages + reset: reset to default value (all) localvar: display local variables for current buffer set: set a property for current buffer number: jump to buffer by number |