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') validStrings = ('default', 'Socket', 'Twisted')
registerGlobalValue(supybot.drivers, 'module', registerGlobalValue(supybot.drivers, 'module',
ValidDriverModule('default', _("""Determines what driver module the bot ValidDriverModule('default', _("""Determines what driver module the
will use. Socket, a simple driver based on timeout sockets, is used by bot will use. The default is Socket which is simple and stable
default because it's simple and stable. Twisted is very stable and simple, and supports SSL. Twisted doesn't work if the IRC server which
and if you've got Twisted installed, is probably your best bet."""))) you are connecting to has IPv6 (most of them).""")))
registerGlobalValue(supybot.drivers, 'maxReconnectWait', registerGlobalValue(supybot.drivers, 'maxReconnectWait',
registry.PositiveFloat(300.0, _("""Determines the maximum time the bot will registry.PositiveFloat(300.0, _("""Determines the maximum time the bot will