mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 03:02:52 +01:00
src/conf.py: update help for drivers.module
This wording was suggested by @nyuszika7h .
This commit is contained in:
parent
a138722d73
commit
6d3198c2b3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user