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 /data | |
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 'data')
-rw-r--r-- | data/default_config.cfg | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 252ea063..677da719 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -143,10 +143,15 @@ information_buffer_popup_on = error roster warning help info popup_time = 4 -# set to 'true' if you want to automatically rejoin the -# room when you're kicked +# Set to 'true' if you want to automatically rejoin the +# rooms when you're kicked autorejoin = false +# Set to the delay you want to reconnect when you are kicked +# no value, 0, or a negative value means you will be reconnected +# instantly. Only effective if autorejoin is set to true. +autorejoin_delay = 5 + # If you want poezio to join # the room with an alternative nickname when # your nickname is already in use in the room you |