mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 14:59:34 +01:00
Remove "Twisted is used if detected" from supybot.drivers.module
This description is no longer accurate as the autodetection code has been disabled for almost 3 years.
This commit is contained in:
parent
20dd2a0782
commit
0d5462f446
@ -1,5 +1,6 @@
|
|||||||
###
|
###
|
||||||
# Copyright (c) 2002-2005, Jeremiah Fincher
|
# Copyright (c) 2002-2005, Jeremiah Fincher
|
||||||
|
# Copyright (c) 2008-2009, James Vega
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
@ -671,9 +672,7 @@ registerGlobalValue(supybot.drivers, 'module',
|
|||||||
ValidDriverModule('default', """Determines what driver module the bot will
|
ValidDriverModule('default', """Determines what driver module the bot will
|
||||||
use. Socket, a simple driver based on timeout sockets, is used by default
|
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
|
because it's simple and stable. Twisted is very stable and simple, and if
|
||||||
you've got Twisted installed, is probably your best bet. If this setting
|
you've got Twisted installed, is probably your best bet."""))
|
||||||
is left as default and Twisted-support is detected, the Twisted driver will
|
|
||||||
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