mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +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) 2008-2009, James Vega
|
||||
# All rights reserved.
|
||||
#
|
||||
# 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
|
||||
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. If this setting
|
||||
is left as default and Twisted-support is detected, the Twisted driver will
|
||||
be used in favor of the Socket driver."""))
|
||||
you've got Twisted installed, is probably your best bet."""))
|
||||
|
||||
registerGlobalValue(supybot.drivers, 'maxReconnectWait',
|
||||
registry.PositiveFloat(300.0, """Determines the maximum time the bot will
|
||||
|
Loading…
Reference in New Issue
Block a user