diff options
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 |