From 6d3198c2b3367936c7ffac230cb0b46baffd5d0d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 9 Jun 2014 20:38:45 +0300 Subject: [PATCH] src/conf.py: update help for drivers.module This wording was suggested by @nyuszika7h . --- src/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/conf.py b/src/conf.py index f9258c01e..3469b23e9 100644 --- a/src/conf.py +++ b/src/conf.py @@ -757,10 +757,10 @@ class ValidDriverModule(registry.OnlySomeStrings): validStrings = ('default', 'Socket', 'Twisted') registerGlobalValue(supybot.drivers, 'module', - ValidDriverModule('default', _("""Determines what driver module the bot - will use. Socket, a simple driver based on timeout sockets, is used by - default because it's simple and stable. Twisted is very stable and simple, - and if you've got Twisted installed, is probably your best bet."""))) + 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)."""))) registerGlobalValue(supybot.drivers, 'maxReconnectWait', registry.PositiveFloat(300.0, _("""Determines the maximum time the bot will