summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-07-31 13:37:40 +0200
committermathieui <mathieui@mathieui.net>2012-07-31 13:38:53 +0200
commitee97ba6b6cf96d2f6f0dd67928da4f370bab9f12 (patch)
tree246f4983bc1b4ba839fa11ee23c7e5ee469c5362 /data
parent906c74f0bea7794ad4341b9f64ca7508e2394fff (diff)
downloadpoezio-ee97ba6b6cf96d2f6f0dd67928da4f370bab9f12.tar.gz
poezio-ee97ba6b6cf96d2f6f0dd67928da4f370bab9f12.tar.bz2
poezio-ee97ba6b6cf96d2f6f0dd67928da4f370bab9f12.tar.xz
poezio-ee97ba6b6cf96d2f6f0dd67928da4f370bab9f12.zip
Make the autorejoin option work with bans, too, and fix the documentation
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index 677da719..d674e098 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -144,11 +144,11 @@ popup_time = 4
# Set to 'true' if you want to automatically rejoin the
-# rooms when you're kicked
+# rooms when you're kicked or banned
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
+# Set to the number of seconds before reconnecting when you are kicked
+# or banned. No value, 0, or a negative value means you will be reconnected
# instantly. Only effective if autorejoin is set to true.
autorejoin_delay = 5