diff options
author | mathieui <mathieui@mathieui.net> | 2012-07-30 19:05:20 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-07-30 19:05:20 +0200 |
commit | 88d32a7bc4f8f97a488c313952103567038b1c32 (patch) | |
tree | 03de26386ead20ceeb60f842f0ebc03b5ea54d87 /doc/en/configure.txt | |
parent | ec7dd75012bafd5281e88aa83c54547cb3b36bf5 (diff) | |
download | poezio-88d32a7bc4f8f97a488c313952103567038b1c32.tar.gz poezio-88d32a7bc4f8f97a488c313952103567038b1c32.tar.bz2 poezio-88d32a7bc4f8f97a488c313952103567038b1c32.tar.xz poezio-88d32a7bc4f8f97a488c313952103567038b1c32.zip |
Add an autorejoin_delay option
- document it
- works in per-tab config too
Diffstat (limited to 'doc/en/configure.txt')
-rw-r--r-- | doc/en/configure.txt | 23 |
1 files changed, 20 insertions, 3 deletions
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. |