1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

Add description of notify levels in /help buffer

This commit is contained in:
Sebastien Helleu
2009-05-05 12:14:39 +02:00
parent a0a28ac3d9
commit db8aa43b5a
12 changed files with 98 additions and 22 deletions
+8 -1
View File
@@ -3678,7 +3678,14 @@ command_init ()
"example -1)\n"
" close: close buffer\n"
" list: list buffers (no parameter implies this list)\n"
" notify: set notify level for current buffer\n"
" notify: set notify level for current buffer: this "
"level determines whether buffer will be added to "
"hotlist or not:\n"
" none: never\n"
" highlight: for highlights only\n"
" message: for messages from users + highlights\n"
" all: all messages\n"
" reset: reset to default value (all)\n"
"localvar: display local variables for current buffer\n"
" set: set a property for current buffer\n"
" number: jump to buffer by number\n"