From 84b1c7b59aa444e59219cbff94c0c190561fafe6 Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 16 Jan 2006 13:44:59 +0000 Subject: [PATCH] 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. --- src/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/conf.py b/src/conf.py index fbf3cd376..68e800b0b 100644 --- a/src/conf.py +++ b/src/conf.py @@ -669,11 +669,11 @@ class ValidDriverModule(registry.OnlySomeStrings): registerGlobalValue(supybot.drivers, 'module', ValidDriverModule('default', """Determines what driver module the bot will - use. socketDrivers, a simple driver based on timeout sockets, is used by - default because it's simple and stable. asyncoreDrivers is a bit older - (and less well-maintained) but allows you to integrate with asyncore-based - applications. twistedDrivers is very stable and simple, and if you've got - Twisted installed, is probably your best bet.""")) + 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.""")) registerGlobalValue(supybot.drivers, 'maxReconnectWait', registry.PositiveFloat(300.0, """Determines the maximum time the bot will