mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 18:52:45 +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')
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user