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 --- data/default_config.cfg | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'data') 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 -- cgit v1.2.3