diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-08-25 16:30:10 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-08-25 16:30:10 +0000 |
commit | 00fbd7ad56d4520bac6d7b8240ebf7148e2bc73f (patch) | |
tree | 22aab2893a586b17fd2e7e8ea7e7acb234aea001 /doc/en | |
parent | 77e3fb3c8312031572e6aa6d1962a9bb3faf68b8 (diff) | |
download | weechat-00fbd7ad56d4520bac6d7b8240ebf7148e2bc73f.zip |
Added server default notify level (task #5634), fixed crashs with /buffer and /charset commands when not connected to any server (bug #17525)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/config.xml | 2 | ||||
-rw-r--r-- | doc/en/weechat_commands.xml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml index b92ce4a2d..2760a3002 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -1235,7 +1235,7 @@ <entry>string</entry> <entry>any string</entry> <entry>''</entry> - <entry>Comma separated list of notify levels for channels of this server (format: #channel:1,..)</entry> + <entry>Comma separated list of notify levels for channels of this server (format: #channel:1,..), a channel name '*' is reserved for server default notify level</entry> </row> <row> <entry><option>server_charset_decode_iso</option></entry> diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index cac0781d9..c5dbac54c 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -26,7 +26,8 @@ manage buffers close: close buffer (optional arg is part message, for a channel) list: list open buffers (no parameter implies this list) notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part) -server + (when executed on server buffer, this sets default notify level for whole server) +server, channel: jump to buffer by server and/or channel name number: jump to buffer by number |