From 88d32a7bc4f8f97a488c313952103567038b1c32 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 30 Jul 2012 19:05:20 +0200 Subject: Add an autorejoin_delay option - document it - works in per-tab config too --- doc/en/configure.txt | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 0fdaeb30..5e2f1053 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -198,7 +198,13 @@ section of this documentation. *autorejoin*:: false set to 'true' if you want to automatically rejoin the - room when you're kicked + room when you're kicked. + +*autorejoin_delay*:: 5 + + Set to the number of seconds before reconnecting after getting kicked. + 0, a negative value, or no value means you instant reconnection. + This option only works if autorejoin is enabled. *alternative_nickname*:: [empty] @@ -464,9 +470,20 @@ foo = true *ignore_private*:: false - Ignore private messages sent from this room. + Ignore private messages sent from this room. *private_auto_response*:: "Not in private, please." - The message you want to be sent when someone tries to message you. + The message you want to be sent when someone tries to message you. + +*autorejoin*:: false + + set to 'true' if you want to automatically rejoin the + room when you're kicked. + +*autorejoin_delay*:: 5 + + Set to the number of seconds before reconnecting after getting kicked. + 0, a negative value, or no value means you instant reconnection. + This option only works if autorejoin is enabled. -- cgit v1.2.3