From 1762b8090a6e593f2ff32a9e8dac5dbf34f8dd11 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 9 Jun 2014 20:41:04 +0300 Subject: [PATCH] fix 2f723e809d3be29d3a8c33992dc080bad5969f3d --- src/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conf.py b/src/conf.py index 3469b23e9..4cac7d300 100644 --- a/src/conf.py +++ b/src/conf.py @@ -758,9 +758,9 @@ class ValidDriverModule(registry.OnlySomeStrings): registerGlobalValue(supybot.drivers, 'module', ValidDriverModule('default', _("""Determines what driver module the - bot will use. The default is Socket which is simple and stable - and supports SSL. Twisted doesn't work if the IRC server which - you are connecting to has IPv6 (most of them)."""))) + bot will use. The default is Socket which is simple and stable + and supports SSL. Twisted doesn't work if the IRC server which + you are connecting to has IPv6 (most of them do)."""))) registerGlobalValue(supybot.drivers, 'maxReconnectWait', registry.PositiveFloat(300.0, _("""Determines the maximum time the bot will