From 1607c44e75b8fb9196a36bea642c8e46c9c362c5 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 25 Jan 2006 10:31:22 +0000 Subject: Added new option "irc_away_check_max_nicks" to disable away check on channels with high number of nicks (patch from Gwenn) --- doc/en/config.xml | 13 +++++++++++++ doc/en/irc_commands.xml | 6 ++++++ doc/en/key_functions.xml | 6 ++++++ doc/en/weechat_commands.xml | 6 ++++++ 4 files changed, 31 insertions(+) (limited to 'doc/en') 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 @@ + + + boolean @@ -797,6 +803,13 @@ Interval between two checks for away (in minutes, 0 = never check) + + + integer + between 0 and 2147483647 + + Do not check away nicks on channels with high number of nicks (0 = unlimited) + integer 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 @@ + + + admin [target] 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 @@ + + + return terminate line 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 @@ + + + alias [alias_name [command [arguments]] create an alias for a command -- cgit v1.2.3