summaryrefslogtreecommitdiff
path: root/src/config.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-12-04 15:30:18 +0100
committerFlorent Le Coz <louiz@louiz.org>2014-12-04 15:30:18 +0100
commit0800c666eb69fe6934dad08d8bd2d3996cb5cef1 (patch)
treeaac3809bfe3648e80e09c92e064bfbdf0e17f0c0 /src/config.py
parenta208dc87ee918c13fb168ed20a2fb01412344df1 (diff)
downloadpoezio-0800c666eb69fe6934dad08d8bd2d3996cb5cef1.tar.gz
poezio-0800c666eb69fe6934dad08d8bd2d3996cb5cef1.tar.bz2
poezio-0800c666eb69fe6934dad08d8bd2d3996cb5cef1.tar.xz
poezio-0800c666eb69fe6934dad08d8bd2d3996cb5cef1.zip
Set auto_reconnect to True by default
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.py b/src/config.py
index 1f0771ca..563c16be 100644
--- a/src/config.py
+++ b/src/config.py
@@ -28,7 +28,7 @@ DEFAULT_CONFIG = {
'add_space_after_completion': True,
'after_completion': ',',
'alternative_nickname': '',
- 'auto_reconnect': False,
+ 'auto_reconnect': True,
'autorejoin_delay': '5',
'autorejoin': False,
'beep_on': 'highlight private invite',