mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 19:44:13 +01:00
src/conf.py: Update the help string for supybot.drivers.module. It no longer refers to asyncore and specifies that Twisted is used by default if detected.
This commit is contained in:
parent
6d45897278
commit
84b1c7b59a
10
src/conf.py
10
src/conf.py
@ -669,11 +669,11 @@ class ValidDriverModule(registry.OnlySomeStrings):
|
|||||||
|
|
||||||
registerGlobalValue(supybot.drivers, 'module',
|
registerGlobalValue(supybot.drivers, 'module',
|
||||||
ValidDriverModule('default', """Determines what driver module the bot will
|
ValidDriverModule('default', """Determines what driver module the bot will
|
||||||
use. socketDrivers, a simple driver based on timeout sockets, is used by
|
use. Socket, a simple driver based on timeout sockets, is used by default
|
||||||
default because it's simple and stable. asyncoreDrivers is a bit older
|
because it's simple and stable. Twisted is very stable and simple, and if
|
||||||
(and less well-maintained) but allows you to integrate with asyncore-based
|
you've got Twisted installed, is probably your best bet. If this setting
|
||||||
applications. twistedDrivers is very stable and simple, and if you've got
|
is left as default and Twisted-support is detected, the Twisted driver will
|
||||||
Twisted installed, is probably your best bet."""))
|
be used in favor of the Socket driver."""))
|
||||||
|
|
||||||
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