diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-25 10:31:22 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-25 10:31:22 +0000 |
commit | 1607c44e75b8fb9196a36bea642c8e46c9c362c5 (patch) | |
tree | f70d65831bf4f6ecd6422ecbd2fbecc50f81a0f1 /doc/en | |
parent | 364d774ded1816523fb7ddcf5ca0ee6442612b2e (diff) | |
download | weechat-1607c44e75b8fb9196a36bea642c8e46c9c362c5.zip |
Added new option "irc_away_check_max_nicks" to disable away check on channels with high number of nicks (patch from Gwenn)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/config.xml | 13 | ||||
-rw-r--r-- | doc/en/irc_commands.xml | 6 | ||||
-rw-r--r-- | doc/en/key_functions.xml | 6 | ||||
-rw-r--r-- | doc/en/weechat_commands.xml | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml index 6b7eb85d0..3460e3ab6 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -1,4 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> + +<!-- ********* WARNING! ********* + + This file is automatically built with a Perl script. DO NOT EDIT! +--> + <row> <entry><option>look_set_title</option></entry> <entry>boolean</entry> @@ -798,6 +804,13 @@ <entry>Interval between two checks for away (in minutes, 0 = never check)</entry> </row> <row> + <entry><option>irc_away_check_max_nicks</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Do not check away nicks on channels with high number of nicks (0 = unlimited)</entry> +</row> +<row> <entry><option>irc_lag_check</option></entry> <entry>integer</entry> <entry>between 30 and 2147483647</entry> diff --git a/doc/en/irc_commands.xml b/doc/en/irc_commands.xml index 7b5e319e2..8f0a8f3c5 100644 --- a/doc/en/irc_commands.xml +++ b/doc/en/irc_commands.xml @@ -1,4 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> + +<!-- ********* WARNING! ********* + + This file is automatically built with a Perl script. DO NOT EDIT! +--> + <command>admin [target]</command> <programlisting> find information about the administrator of the server diff --git a/doc/en/key_functions.xml b/doc/en/key_functions.xml index 6cae6bac5..96eadd0ba 100644 --- a/doc/en/key_functions.xml +++ b/doc/en/key_functions.xml @@ -1,4 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> + +<!-- ********* WARNING! ********* + + This file is automatically built with a Perl script. DO NOT EDIT! +--> + <row> <entry><literal>return</literal></entry> <entry>terminate line</entry> diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index f88839859..744a15d92 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -1,4 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> + +<!-- ********* WARNING! ********* + + This file is automatically built with a Perl script. DO NOT EDIT! +--> + <command>alias [alias_name [command [arguments]]</command> <programlisting> create an alias for a command |