src/conf.py: update help for drivers.module

This wording was suggested by @nyuszika7h .
This commit is contained in:
Mikaela Suomalainen 2014-06-09 20:38:45 +03:00
parent a138722d73
commit 6d3198c2b3

View File

@ -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